-
Notifications
You must be signed in to change notification settings - Fork 232
/
package.json
38 lines (38 loc) · 941 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
{
"name": "showtrackr",
"version": "1.0.0",
"scripts": {
"test": "karma start public/test/karma.conf.js"
},
"dependencies": {
"agenda": "^0.9.0",
"async": "^2.0.1",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"jwt-simple": "^0.5.0",
"lodash": "^4.15.0",
"method-override": "^2.3.6",
"moment": "^2.15.0",
"mongoose": "^4.6.0",
"morgan": "^1.7.0",
"nodemailer": "^2.6.0",
"request": "^2.75.0",
"sugar": "^2.0.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2"
}
}