forked from sahat/tvshow-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 804 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
{
"name": "application-name",
"version": "0.0.0",
"dependencies": {
"agenda": "^0.6.10",
"async": "^0.8.0",
"bcryptjs": "^0.7.12",
"body-parser": "^1.0.0",
"connect-redis": "^2.0.0",
"cookie-parser": "^1.0.1",
"express": "^4.0.0",
"express-session": "^1.0.4",
"lodash": "^2.4.1",
"method-override": "^1.0.0",
"mongoose": "^3.8.8",
"morgan": "^1.0.0",
"nodemailer": "^0.6.3",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"request": "^2.34.0",
"sugar": "^1.4.1",
"xml2js": "^0.4.2"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-angular-templatecache": "^1.1.3",
"gulp-concat": "^2.2.0",
"gulp-csso": "^0.2.8",
"gulp-plumber": "^0.6.1",
"gulp-sass": "^0.7.1",
"gulp-uglify": "^0.3.0"
}
}