forked from brendan-w/cgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 861 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": "cgraph",
"version": "1.0.0",
"description": "",
"main": "./server/app.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "node ./server/app.js",
"pretest": "jshint ./server",
"test": "echo \"Test Complete\""
},
"repository": {
"type": "git",
"url": "http://github.com/brendanwhitfield/cgraph"
},
"author": "",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/brendanwhitfield/cgraph/issues"
},
"homepage": "https://github.com/brendanwhitfield/cgraph",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.10.0",
"d3": "^3.4.13",
"express": "^4.10.4",
"fs.extra": "^1.2.1",
"gift": "^0.5.0",
"github": "^0.2.3",
"jade": "^1.8.1",
"lodash": "^2.4.1",
"reqwest": "^1.1.5"
},
"devDependencies": {
"jshint": "^2.5.10"
}
}