-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 974 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 974 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
28
29
30
31
32
33
34
{
"name": "angular-dashboard-framework",
"version": "0.9.0-SNAPSHOT",
"devDependencies": {
"connect-modrewrite": "^0.8.1",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-csslint": "^0.1.5",
"gulp-headerfooter": "^1.0.3",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "1.1.0",
"gulp-minify-html": "^1.0.2",
"gulp-ng-annotate": "^0.5.3",
"gulp-ngdocs": "^0.2.10",
"gulp-protractor": "1.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-rev": "^3.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-usemin": "^0.3.11",
"gulp-useref": "^1.1.2",
"jshint-stylish": "^1.0.2",
"ng-annotate-adf-plugin": "^0.1.2"
}
}