-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
executable file
·46 lines (46 loc) · 1.2 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
{
"devDependencies": {
"bower": "^1.5.3",
"browser-sync": "^1.7.0",
"chai": "*",
"del": "^0.1.3",
"gulp": "^3.8.10",
"gulp-angular-gettext": "^2.1.0",
"gulp-angular-templatecache": "^1.4.2",
"gulp-autoprefixer": "2.0.0",
"gulp-bower": "0.0.7",
"gulp-cache": "^0.2.2",
"gulp-debug": "^1.0.1",
"gulp-eslint": "^0.2.2",
"gulp-if": "^1.2.5",
"gulp-jsdoc": "0.1.4",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.3.12",
"gulp-minify-html": "^0.1.6",
"gulp-ng-annotate": "^0.5.2",
"gulp-preprocess": "^1.1.1",
"gulp-sass": "1.3.3",
"gulp-scss-lint": "^0.1.4",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-beautify": "^1.1.2",
"gulp-prettify": "^0.3.0",
"gulp-useref": "^1.0.2",
"gulp-util": "^3.0.1",
"karma": "^0.12.25",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.2.3",
"karma-junit-reporter": "^0.2.2",
"karma-mocha": "^0.1.9",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "*",
"run-sequence": "^1.0.1",
"yargs": "^1.3.3"
},
"engines": {
"node": ">=0.10.0"
},
"private": true
}