-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
37
38
39
40
41
{
"name": "do-an-cnm",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.0",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"debug": "~2.6.9",
"email-verification": "^0.4.6",
"express": "~4.15.5",
"express-flash": "0.0.2",
"express-flash-messages": "^0.1.1",
"express-handlebars": "^3.0.0",
"express-jquery": "^1.8.3",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"handlebars-helpers": "^0.10.0",
"hbs": "~4.0.1",
"jquery": "^3.2.1",
"localStorage": "^1.0.3",
"method-override": "^2.3.10",
"mongodb": "^3.0.0-rc0",
"mongoose": "^4.13.7",
"morgan": "~1.9.0",
"nodemailer": "^4.4.1",
"nodemon": "^1.14.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"randomstring": "^1.1.5",
"request": "^2.83.0",
"serve-favicon": "~2.4.5",
"store": "^2.0.12"
}
}