-
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) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 813 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": "nodejs-express-auth",
"description": "node.js + express + auth",
"author": "shin",
"main": "app.js",
"dependencies": {
"aws-sdk": "^2.6.3",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"gm": "^1.23.0",
"googleapis": "^2.1.7",
"jade": "^1.11.0",
"jsonwebtoken": "^7.1.9",
"mongoose": "^4.6.0",
"multer": "^1.2.0",
"passport": "^0.3.2",
"passport-google": "^0.3.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-http-oauth": "^0.1.3",
"passport-local": "^1.0.0",
"request": "^2.75.0",
"serve-favicon": "^2.3.0"
}
}