forked from hybridgroup/robeaux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (32 loc) · 902 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
39
{
"name": "robeaux",
"version": "0.5.1",
"description": "A React-based front-end for CPPP-IO APIs",
"homepage": "http://robeaux.io",
"bugs": "https://github.com/hybridgroup/robeaux/issues",
"author": "The Hybrid Group <cylonjs@hybridgroup.com>",
"repository": {
"type": "git",
"url": "https://github.com/hybridgroup/robeaux"
},
"license": "Apache 2.0",
"devDependencies": {
"browserify": "^11.0.1",
"uglify-js": "^2.4.24",
"watchify": "^3.3.1",
"eslint": "^0.24.0",
"eslint-plugin-react": "^3.2.0",
"express": "^4.13.3",
"superagent": "1.2.0",
"react": "0.13.3",
"react-router": "0.13.3",
"babelify": "^6.1.3",
"envify": "3.4.0",
"sinon-chai": "^2.8.0",
"chai": "^3.2.0",
"mocha": "2.2.5",
"sinon": "^1.15.4",
"jsdom": "3.1.2",
"babel": "^5.8.20"
}
}