-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 858 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": "quick-meal-planner",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@sendgrid/mail": "^6.1.4",
"async": "^2.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.17.1",
"connect-flash": "^0.1.1",
"connect-redis": "^3.3.2",
"cookie-parser": "~1.4.3",
"express": "~4.15.2",
"express-brute": "^1.0.1",
"express-brute-redis": "0.0.1",
"express-session": "^1.15.2",
"jade": "~1.11.0",
"mysql": "latest",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"promise-retry": "^1.1.1",
"redis": "^2.8.0",
"request": "latest",
"request-promise": "^4.2.2",
"serve-favicon": "~2.4.2",
"simple-oauth2": "^1.3.0",
"stripe": "^5.1.1",
"stylus": "0.54.5",
"uuid": "^3.1.0",
"winston": "^2.4.0"
}
}