-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "us-500-Graph",
"description": "A node app to handle the us-500 dataset",
"version": "0.0.1",
"author": "Joel Holder <[email protected]>",
"private": true,
"dependencies": {
"csvtojson": "^0.5.2",
"express": "~3.2.0",
"jade": "~0.26.3",
"mocha-browser": "^0.2.0",
"neo4j": "~1.1",
"phantomjs": "^2.1.7"
},
"devDependencies": {
"async": "^1.2.1",
"chai": "^3.0.0",
"cors": "^2.7.1",
"ez-streams": "^0.1.7",
"grunt": "latest",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.12",
"grunt-mocha-test": "^0.12.7",
"grunt-strip-debug": "^1.0.1",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5",
"node-dev": "~2.0.1",
"requirejs": ">=2.1.10",
"streamline": "^0.12.1",
"superagent": "^1.2.0",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"setup": "./bin/setup.sh",
"start": "node-dev app.js",
"test": "mocha test/*/*.js"
}
}