-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 851 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
{
"name": "redux-module",
"version": "0.2.3",
"description": "Reduced boilerplate for redux",
"main": "./dist/index.js",
"scripts": {
"test": "mocha --compilers js:babel-register",
"build": "./node_modules/.bin/babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sarmadsangi/redux-module.git"
},
"keywords": [
"redux",
"reactjs",
"framework",
"modules",
"ducks"
],
"author": "sarmadsangi",
"license": "ISC",
"bugs": {
"url": "https://github.com/sarmadsangi/redux-module/issues"
},
"homepage": "https://github.com/sarmadsangi/redux-module#readme",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.13.2",
"should": "^11.0.0"
}
}