-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 958 Bytes
/
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
{
"name": "redux-state-keys",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "mocha src/**/*spec.js --compilers js:babel-register",
"build": "babel src/index.js -o dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LFDM/redux-state-keys.git"
},
"author": "LFDM",
"license": "MIT",
"bugs": {
"url": "https://github.com/LFDM/redux-state-keys/issues"
},
"homepage": "https://github.com/LFDM/redux-state-keys#readme",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"eslint": "^3.7.1",
"eslint-plugin-import": "^2.0.0",
"mocha": "^3.1.0",
"redux": "^3.6.0",
"redux-actions": "^0.12.0"
},
"babel": {
"presets": [
"es2015",
"stage-1"
]
}
}