-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 997 Bytes
/
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
{
"name": "angular-dashboard-framework",
"version": "2.0.0",
"license": "MIT",
"authors": "Traperto fork from Sebastian Sdorra",
"devDependencies": {
"connect-modrewrite": "^0.8.2",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-coveralls": "^0.1.4",
"gulp-headerfooter": "^1.0.3",
"gulp-if": "^2.0.0",
"gulp-inject": "^3.0.0",
"gulp-install": "^0.6.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ngdocs": "^0.2.13",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.1",
"gulp-usemin": "^0.3.14",
"gulp-useref": "^1.3.0",
"gulp-sass": "^2.0.4",
"jshint-stylish": "^2.0.1"
}
}