-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 888 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": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.6.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "~1.4.3",
"crypto-js": "^3.1.9-1",
"debug": "~3.1.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"is-reachable": "^2.4.0",
"jade": "~1.11.0",
"moment": "^2.22.1",
"mongoose": "^5.0.17",
"mongoose-sequence": "^4.0.1",
"mongoose-unique-validator": "^2.0.1",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"net": "^1.0.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-remember-me": "0.0.1",
"request": "^2.85.0",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.0"
}
}