-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 984 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
{
"name": "codecritic",
"version": "0.0.1",
"scripts": {
"start": "node ./bin/www",
"pretest": "jshint --exclude test/**/data lib test routes; rm -rf ./db/codecritic_test*",
"test": "NODE_ENV=test istanbul cover node_modules/mocha/bin/_mocha test/*.js test/**/*.js -- -R spec"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "~1.12.0",
"complexity-report": "^1.4.0",
"cookie-parser": "~1.3.4",
"david": "^6.1.6",
"debug": "~2.1.1",
"express": "~4.12.2",
"express-session": "^1.11.1",
"istanbul": "^0.3.13",
"jade": "~1.9.2",
"jshint": "^2.6.3",
"level": "^0.18.0",
"leveldown": "^0.10.4",
"levelup": "^0.19.0",
"morgan": "~1.5.1",
"multer": "^0.1.8",
"oauth": "^0.9.12",
"scanjs": "mozilla/scanjs",
"semver": "^4.3.3",
"serve-favicon": "~2.2.0",
"winston": "^1.0.0"
},
"devDependencies": {
"mkdirp": "^0.5.0",
"mocha": "^2.2.4",
"nodemon": "^1.3.7"
}
}