forked from redux-orm/redux-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.28 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "redux-orm",
"version": "0.9.0-rc.3",
"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 <tommi.kaikkonen@aalto.fi>",
"repository": {
"type": "git",
"url": "https://github.com/tommikaikkonen/redux-orm.git"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.7.7",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-plugin-transform-es2015-classes": "6.18.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.8.0",
"chai": "^3.0.0",
"deep-freeze": "0.0.1",
"eslint": "^2.9.0",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "^1.7.0",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.2.2",
"jsdoc": "^3.4.1",
"mocha": "^2.2.5",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0",
"webpack": "^1.13.2",
"yargs": "^5.0.0"
},
"dependencies": {
"babel-runtime": "^6.6.1",
"immutable-ops": "^0.5.2",
"lodash": "^4.12.0",
"reselect": "^2.0.1"
}
}