-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
31 lines (31 loc) · 930 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-updeep",
"version": "0.1.1",
"description": "redux-updeep is a reducer generator that uses updeep to handle state updates",
"main": "index.js",
"repository": "https://github.com/algolia/redux-updeep",
"scripts": {
"build": "LIBRARY_NAME=redux-updeep ./scripts/build.sh",
"release": "./scripts/release.sh",
"test": "mocha --opts .mocharc ./src/**/__tests__/*.js"
},
"author": "Alexandre Meunier <[email protected]>",
"license": "MIT",
"dependencies": {
"lodash": "^4.13.1",
"updeep": "^0.16.1"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"chai": "^3.5.0",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.2.0",
"json": "^9.0.4",
"mocha": "^2.5.3",
"mversion": "^1.10.1",
"semver": "^5.2.0",
"source-map-support": "^0.4.1"
}
}