-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "redux-bugsnag",
"version": "1.2.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "mkdir -p dist && babel src/index.js --out-file dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/restorando/redux-bugsnag.git"
},
"keywords": [
"redux",
"amplitude"
],
"contributors": [
"José Fresco <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/restorando/redux-bugsnag/issues"
},
"homepage": "https://github.com/restorando/redux-bugsnag#readme",
"dependencies": {
"redux-tap": "^0.2.0"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.19",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1"
}
}