-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 955 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
37
38
39
40
{
"name": "postherev2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "cake watch"
},
"dependencies": {
"bcrypt": "^0.8.3",
"body-parser": "~1.10.2",
"coffee-script": "~1.7.0",
"connect-assets": "~2.5.0",
"connect-redis": "^2.4.1",
"cookie-parser": "~1.3.3",
"debug": "~2.1.1",
"express": "~4.11.1",
"express-jwt": "^3.0.1",
"express-partials": "~0.3.0",
"express-session": "~1.0.0",
"jade": "~1.3.0",
"jsonwebtoken": "^5.0.4",
"mincer": "^1.3.0",
"mongoose": "~3.8.0",
"morgan": "~1.5.1",
"mysql": "^2.8.0",
"node-sass": "^3.2.0",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.1",
"password-hash": "^1.2.2",
"redis": "^0.12.1",
"sequelize": "^3.4.1",
"sequelize-cli": "^1.7.2",
"serve-favicon": "~2.2.0",
"wrench": "~1.5.0"
},
"devDependencies": {
"supervisor": "*"
}
}