-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 900 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
{
"name": "redux-chains",
"version": "1.0.0",
"description": "Nested reducers made easy",
"main": "dist/redux-chains.js",
"homepage": "https://github.com/hector-del-rio/redux-chains",
"author": "Hector del Rio (https://github.com/hector-del-rio)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hector-del-rio/redux-chains"
},
"bugs": {
"url": "https://github.com/hector-del-rio/redux-chains/issues"
},
"keywords": [
"redux",
"reducer",
"combineReducers"
],
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"webpack": "^3.5.5"
},
"scripts": {
"webpack": "webpack --config webpack.config.js"
}
}