-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 752 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 752 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
{
"name": "basic",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "mode=development nodemon app.js"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.15.1",
"chalk": "^2.3.2",
"cluster": "^0.7.7",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"dotenv": "^5.0.1",
"ejs": "^2.5.7",
"express": "~4.13.4",
"express-mongo-sanitize": "^1.3.2",
"express-session": "^1.15.6",
"helmet": "^3.12.0",
"install": "^0.10.4",
"jsonwebtoken": "^8.2.0",
"mongoose": "^5.0.8",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"npm": "^5.7.1",
"serve-favicon": "~2.3.0",
"socket.io": "^2.1.0",
"sockets": "^0.4.2",
"sticky-session": "^1.1.2"
}
}