-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 756 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 756 Bytes
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
{
"name": "nodeProject",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha"
},
"dependencies": {
"assert": "^1.4.1",
"body-parser": "~1.15.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.3",
"express": "~4.13.4",
"express-session": "^1.14.0",
"jsonwebtoken": "^7.1.7",
"mongodb": "^2.2.9",
"passport": "^0.3.2",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"codeclimate-test-reporter": "^0.3.3",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"morgan": "^1.7.0",
"should": "^10.0.0",
"supertest": "^1.2.0"
}
}