-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
42
43
44
{
"name": "show-companion",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"agenda": "^0.9.1",
"async": "^2.3.0",
"bcryptjs": "^2.4.3",
"body-parser": "~1.17.1",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-session": "^1.15.2",
"gcloud": "^0.37.2",
"jade": "~1.11.0",
"lodash": "^4.17.4",
"mongoose": "^4.9.3",
"morgan": "~1.8.1",
"nodemailer": "^3.1.8",
"nodemailer-mailgun-transport": "^1.2.4",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.81.0",
"s3fs": "^2.5.0",
"serve-favicon": "~2.4.2",
"sugar": "^2.0.4",
"xml2js": "^0.4.17"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.1.2",
"webpack": "^2.3.3"
}
}