-
Notifications
You must be signed in to change notification settings - Fork 227
/
Copy pathpackage.json
31 lines (31 loc) · 1 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
{
"name": "fluxible-addons-react",
"version": "0.2.8",
"description": "Fluxible addons for use with React",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/fluxible"
},
"scripts": {
"test": "../../node_modules/.bin/mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec",
"cover": "../../node_modules/.bin/istanbul cover --dir artifacts -- ../../node_modules/.bin/_mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec",
"lint": "../../node_modules/.bin/eslint *.js tests/"
},
"dependencies": {
"hoist-non-react-statics": "^1.0.4",
"inherits": "^2.0.1"
},
"peerDependencies": {
"fluxible": ">=1.0.0",
"react": "^0.14.0 || ^15.0.0-rc.1",
"react-dom": "^0.14.0 || ^15.0.0-rc.1"
},
"devDependencies": {
"fluxible": ">=1.0.0",
"react": "^15.0.0-rc.1",
"react-dom": "^15.0.0-rc.1"
},
"author": "Michael Ridgway <[email protected]>",
"license": "BSD-3-Clause"
}