-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 859 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
{
"name": "express-passport-and-acl",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"acl": "https://registry.npmjs.org/acl/-/acl-0.4.9.tgz",
"async": "^2.0.1",
"bcrypt": "^0.8.5",
"body-parser": "~1.13.2",
"connect-mongo": "^1.1.0",
"cookie-parser": "~1.3.5",
"crypto": "0.0.3",
"csurf": "^1.9.0",
"debug": "~2.2.0",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-flash": "0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.20.2",
"helmet": "^2.1.2",
"heroku-ssl-redirect": "0.0.3",
"jade": "~1.11.0",
"moment-timezone": "^0.5.2",
"mongoose": "^4.4.8",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"sendgrid": "^4.0.1",
"serve-favicon": "~2.3.0"
}
}