-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
38 lines (38 loc) · 951 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
38
{
"name": "nexus-flux",
"version": "4.1.3",
"description": "",
"license": "MIT",
"author": "Elie Rotenberg <[email protected]>",
"main": "src/index.jsx",
"repository": {
"type": "git",
"url": "https://github.com/elierotenberg/nexus-flux.git"
},
"bugs": {
"url": "https://github.com/elierotenberg/nexus-flux/issues"
},
"homepage": "https://github.com/elierotenberg/nexus-flux",
"devDependencies": {
"babel": "^5.5.8",
"babel-eslint": "^3.1.15",
"babel-runtime": "^5.5.8",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"gulp": "^3.9.0",
"gulp-eslint": "^0.14.0",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.1"
},
"dependencies": {
"asap": "^2.0.3",
"bluebird": "^2.9.30",
"immutable": "^3.7.3",
"lifespan": "^5.0.1",
"lodash": "^3.9.3",
"nexus-events": "^4.0.2",
"remutable": "^3.0.2",
"sha256": "^0.2.0",
"should": "^6.0.3"
}
}