forked from mwmaleks/passport-auth-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 687 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 687 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
{
"name": "application-name",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "~1.15.1",
"bootable": "^0.2.4",
"bootable-environment": "^0.2.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"errorhandler": "^1.5.0",
"express": "~4.13.4",
"express-session": "^1.14.2",
"jade": "~1.11.0",
"log4js": "^1.1.0",
"method-override": "^2.3.7",
"mongoose": "^4.7.5",
"morgan": "~1.7.0",
"nconf": "^0.8.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"require-tree": "^1.1.1",
"serve-favicon": "~2.3.0",
"winston-wrapper": "0.0.3"
}
}