forked from WebediaGaming/react-nexus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 999 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 999 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
39
40
{
"name": "react-nexus",
"version": "3.7.0",
"description": "",
"license": "MIT",
"author": "Elie Rotenberg <elie@rotenberg.io>",
"main": "src/index.jsx",
"repository": {
"type": "git",
"url": "https://github.com/elierotenberg/react-nexus.git"
},
"bugs": {
"url": "https://github.com/elierotenberg/react-nexus/issues"
},
"homepage": "https://github.com/elierotenberg/react-nexus",
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-eslint": "^4.1.0",
"babel-runtime": "^5.8.20",
"eslint": "^1.2.1",
"eslint-plugin-react": "3.2.3",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"react": "^0.13.3"
},
"dependencies": {
"bluebird": "^2.9.34",
"immutable": "^3.7.4",
"lodash": "^3.10.1",
"nexus-flux": "^4.1.2",
"pure-render-decorator": "^0.1.0",
"react-transform-props": "^1.0.1",
"should": "^7.0.4"
}
}