forked from Norris1z/demo_express_chat_app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 719 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 719 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
{
"name": "chatapp1",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"express-fileupload": "^0.3.0",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-sessions": "^1.0.6",
"express-validator": "^4.3.0",
"mongoose": "^5.0.0-rc0",
"morgan": "~1.9.0",
"nodemon": "^1.14.6",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"randomstring": "^1.1.5",
"serve-favicon": "~2.4.5",
"socket.io": "^2.0.4"
}
}