-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 910 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
{
"name": "grandcentraljam",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "NODE_ENV=test ./node_modules/.bin/mocha test/** --recursive",
"coverage": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- test/** --recursive"
},
"devDependencies": {
"chai": "~1.10.0",
"coveralls": "~2.11.2",
"istanbul": "~0.3.5",
"mocha": "~2.1.0",
"nock": "~1.2.0",
"proxyquire": "~1.3.1",
"sinon": "~1.12.2"
},
"dependencies": {
"bcrypt": "~0.8.3",
"body-parser": "~1.12.0",
"browserify-middleware": "^6.0.0",
"cookie-parser": "~1.3.4",
"debug": "~2.1.1",
"express": "~4.12.2",
"jade": "~1.9.2",
"material-ui": "^0.9.2",
"mongoose": "~4.0.5",
"morgan": "~1.5.1",
"react": "^0.13.3",
"react-tap-event-plugin": "^0.1.7",
"serve-favicon": "~2.2.0"
}
}