-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 966 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
{
"name": "showtrackr",
"version": "0.0.0",
"scripts": {
"test": "karma start public/test/karma.conf.js"
},
"dependencies": {
"agenda": "^0.6.10",
"async": "^0.8.0",
"bcryptjs": "^0.7.12",
"body-parser": "^1.0.0",
"express": "^4.0.0",
"jsonfile": "^2.2.2",
"jwt-simple": "^0.2.0",
"lodash": "^2.4.1",
"method-override": "^1.0.0",
"moment": "^2.7.0",
"mongoose": "^3.8.8",
"morgan": "^1.0.0",
"nodemailer": "^0.6.3",
"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-ng-annotate": "^0.2.0",
"gulp-plumber": "^0.6.1",
"gulp-sass": "^0.7.1",
"gulp-uglify": "^0.3.0",
"karma": "^0.12.19",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
}
}