-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.94 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
65
66
67
68
69
70
71
{
"devDependencies": {
"apache-server-configs": "^2.7.1",
"babel-preset-es2015": "^6.6.0",
"body-parser": "^1.13.3",
"browser-sync": "^1.9.2",
"connect-history-api-fallback": "^1.3.0",
"cors": "^2.7.1",
"del": "^1.1.0",
"express": "^4.13.2",
"gulp": "^3.8.5",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "^2.0.0",
"gulp-babel": "^6.1.2",
"gulp-cache": "0.2.2",
"gulp-changed": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-count": "^0.2.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-flatten": "0.0.4",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.0.0",
"gulp-inject": "^1.3.1",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.8.0",
"gulp-newer": "^1.1.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-nodemon": "^2.0.3",
"gulp-replace": "^0.5.0",
"gulp-sass": "^2.1.1",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^1.0.0",
"gulp-useref": "^1.0.1",
"jshint-stylish": "^1.0.0",
"moment": "^2.12.0",
"moment-duration-format": "^1.3.0",
"newer": "^0.1.5",
"node-sass": "^3.4.2",
"opn": "^1.0.0",
"promise": "^7.0.3",
"psi": "^1.0.4",
"request": "^2.60.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.1",
"underscore.string": "^3.3.4"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"start": "node server/StartServer.js",
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"dependencies": {
"firebase": "^2.4.1",
"gulp-order": "^1.1.1",
"gulp-rev": "^7.1.0",
"gulp-vulcanize": "^6.1.0",
"lodash": "^4.12.0",
"mongoose": "^4.4.12",
"promise-retry": "^1.1.1",
"request-promise": "^2.0.1",
"stream-series": "^0.1.1",
"yargs": "^4.2.0"
}
}