-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 840 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
{
"name": "do-an-cnm-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.6.0",
"bcrypt-nodejs": "0.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "~1.18.2",
"connect-mongo": "^2.0.0",
"connect-mongodb-session": "^1.4.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"express": "~4.15.5",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"hbs": "~4.0.1",
"jquery": "^3.2.1",
"method-override": "^2.3.10",
"mongoose": "^4.13.7",
"morgan": "~1.9.0",
"nodemailer": "^4.4.1",
"nodemon": "^1.14.3",
"passport": "^0.4.0",
"randomstring": "^1.1.5",
"request": "^2.83.0",
"serve-favicon": "~2.4.5",
"ursa": "^0.9.4"
}
}