-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.67 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "fugitive",
"version": "0.1.0",
"devDependencies": {
"del": "^1.1.1",
"errorhandler": "^1.3.3",
"gulp": "^3.8.10",
"gulp-angular-templatecache": "^1.5.0",
"gulp-bump": "^0.1.13",
"gulp-concat": "^2.4.3",
"gulp-debug": "^2.0.0",
"gulp-git": "^0.5.6",
"gulp-inject": "^1.1.1",
"gulp-jshint": "^1.9.1",
"gulp-karma": "0.0.4",
"gulp-livereload": "^3.6.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-css": "^0.4.3",
"gulp-mocha": "^2.0.0",
"gulp-ng-annotate": "^0.5.2",
"gulp-nodemon": "^1.0.5",
"gulp-open": "^0.3.2",
"gulp-plumber": "^0.6.6",
"gulp-replace": "^0.5.2",
"gulp-rev-all": "^0.7.6",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.1.0",
"gulp-usemin": "^0.3.11",
"gulp-util": "^3.0.2",
"gulp-wait": "0.0.2",
"gulp-watch": "^4.1.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"main-bower-files": "^2.5.0",
"run-sequence": "^1.0.2",
"streamqueue": "^0.1.2"
},
"dependencies": {
"body-parser": "^1.11.0",
"chalk": "^0.5.1",
"compression": "^1.4.0",
"cookie-parser": "^1.3.3",
"express": "^4.11.2",
"express-device": "^0.3.11",
"express-jwt": "^1.0.0",
"githubhook": "^1.1.3",
"jsonwebtoken": "^3.2.2",
"lodash": "^3.0.1",
"maxmind": "^0.5.3",
"method-override": "^2.3.1",
"mongoose": "^4.5.8",
"morgan": "^1.5.1",
"node-uuid": "^1.4.2",
"nodemailer": "^1.3.0",
"should": "^4.6.2",
"supertest": "^0.15.0"
},
"scripts": {
"start": "node server/server.js",
"test": "gulp test"
}
}