-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 879 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": "app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.1.4",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.15.2",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"express-flash": "0.0.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.0",
"flash": "^1.1.0",
"gridfs-stream": "^1.1.1",
"jade": "~1.11.0",
"mime": "^1.3.4",
"mongodb": "^2.2.22",
"mongoose": "^4.7.8",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"multer-gridfs-storage": "^1.0.0",
"nodemailer": "^2.7.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.7.2"
}
}