forked from redux-orm/redux-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 864 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 864 Bytes
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
{
"name": "redux-orm",
"version": "0.1.23",
"description": "Simple ORM to manage and query your state trees",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "make build"
},
"keywords": [
"redux",
"orm"
],
"author": "Tommi Kaikkonen <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/tommikaikkonen/redux-orm.git"
},
"license": "MIT",
"devDependencies": {
"babel": "^5.8.24",
"babel-core": "^5.8.24",
"babel-eslint": "^4.1.5",
"chai": "^3.0.0",
"eslint": "^1.10.1",
"eslint-config-airbnb": "1.0.0",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4",
"jsdoc": "^3.4.0",
"mocha": "^2.2.5",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"lodash": "^3.10.1",
"reselect": "^2.0.1"
}
}