-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 857 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
{
"name": "redux-orm-proptypes",
"version": "0.1.0",
"description": "React PropTypes validation and defaultProps mixin for Redux-ORM Models",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "make build"
},
"keywords": [
"redux",
"orm",
"proptypes",
"react"
],
"author": "Tommi Kaikkonen <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/tommikaikkonen/redux-orm-proptypes.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",
"mocha": "^2.2.5",
"react": "^0.14.7",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"lodash": "^4.1.0"
}
}