-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
{
"name": "gyaninfo",
"private": false,
"devDependencies": {
"chai": "^3.5.0",
"grunt-contrib-compass": "^1.0.4",
"grunt-karma": "*",
"gulp": "^3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-autoprefixer": "2.3.1",
"gulp-cache": "^0.2.10",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-filter": "^2.0.2",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "^1.11.1",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.2.0",
"gulp-minify-html": "^1.0.5",
"gulp-ng-annotate": "^1.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^5.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.0.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.21",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "*",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-script-launcher": "^0.1.0",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.1.0",
"lazypipe": "^0.2.4",
"mocha": "^2.4.5",
"open": "0.0.5",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.4",
"require-dir": "^0.3.0",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.1",
"sinon": "^1.17.3",
"through2": "^2.0.1",
"wiredep": "^2.2.2"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
}
}