forked from pleerock/angular-disable-all
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 715 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 715 Bytes
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
{
"name": "angular-disable-all",
"version": "0.0.1",
"dependencies": {},
"devDependencies": {
"del": "~1.1.0",
"gulp": "~3.8.10",
"gulp-concat": "~2.4.2",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.2",
"gulp-angular-filesort": "~1.0.4",
"gulp-ng-annotate": "~0.4.2",
"gulp-jshint": "~1.9.0",
"gulp-filesize": "~0.0.6",
"jshint-stylish": "~1.0.0",
"karma": "~0.12.28",
"karma-ng-html2js-preprocessor": "~0.1",
"karma-phantomjs-launcher": "~0.1.2",
"karma-coverage": "~0.2.0",
"karma-angular-filesort": "~0.1.0",
"chai": "^1.10.0",
"mocha": "^2.1.0",
"karma-mocha": "^0.1.10",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0"
}
}