-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 853 Bytes
/
package.json
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
34
35
36
{
"name": "ex01",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "10.16.3"
},
"dependencies": {
"async-error-catcher": "^1.2.0",
"bcrypt": "^2.0.0",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "^3.1.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"fs-extra": "^7.0.1",
"method-override": "^3.0.0",
"moment": "^2.22.2",
"mongoose": "^5.8.1",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1"
}
}