-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "ng-closure-compiler-rails-template",
"version": "0.0.1",
"description": "",
"dependencies": [],
"devDependencies": {
"gulp": "^3.8.6",
"gulp-autoprefixer": "0.0.8",
"gulp-cleanhtml": "0.0.2",
"gulp-closure-compiler": "^0.2.1",
"gulp-concat": "^2.2.0",
"gulp-connect": "^2.0.6",
"gulp-file-cache": "0.0.1",
"gulp-flatten": "0.0.2",
"gulp-gjslint": "0.1.4",
"gulp-if": "^1.2.2",
"gulp-imagemin": "^1.0.0",
"gulp-inject": "^0.4.1",
"gulp-jshint": "^1.6.2",
"gulp-minify-css": "^0.3.6",
"gulp-plumber": "^0.6.4",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0",
"gulp-stylus": "^1.1.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-watch": "^0.6.8",
"jshint-stylish": "1.0.0",
"karma": "^0.12.17",
"karma-chrome-launcher": "^0.1.4",
"karma-closure": "^0.1.0",
"karma-coverage": "^0.2.4",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "~0.2.2",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"merge-stream": "^0.1.5",
"nib": "^1.0.3",
"run-sequence": "^0.3.6",
"streamqueue": "^0.1.1",
"yargs": "^1.2.6",
"jshint-stylish-ex": "~0.2.0"
}
}