-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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
32
33
{
"name": "user_auth",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"connect-flash": "^0.1.1",
"connect-redis": "^3.3.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-session": "^1.15.3",
"express-socket.io-session": "^1.3.2",
"moment": "^2.18.1",
"mongodb": "^2.2.28",
"mongoose": "^4.10.5",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"progressbar.js": "^1.0.1",
"tubular": "^1.7.5",
"vide": "^0.5.1"
}
}