forked from Versent/redux-crud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 833 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-crud",
"version": "0.10.1",
"description": "Redux CRUD",
"main": "index.js",
"scripts": {
"test": "ava lib/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Versent/redux-crud"
},
"keywords": [
"redux",
"crud"
],
"author": "Versent",
"license": "MIT",
"bugs": {
"url": "https://github.com/Versent/redux-crud/issues"
},
"homepage": "https://github.com/Versent/redux-crud",
"devDependencies": {
"ava": "^0.2.0",
"gulp": "^3.9.0",
"gulp-shell": "^0.4.2",
"gulp-watch": "^4.3.5",
"rewire": "^2.3.4",
"sinon": "^1.16.0"
},
"dependencies": {
"action-names": "^0.3.2",
"immutable": "^3.7.6",
"invariant": "^2.1.0",
"lodash": "~3.10.1",
"seamless-immutable": "~3.0.0",
"siu": "^0.4.0"
}
}