forked from angular-dashboard-framework/adf-widget-scm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "adf-widget-scm",
"version": "0.3.0",
"keywords": [
"dashboard",
"widget",
"adf",
"adf-widget",
"scm-manager",
"scm"
],
"description": "SCM-Manager related widgets",
"dependencies": {},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-angular-filesort": "^1.1.1",
"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": "2.x",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.9.4",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.9.0",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.1",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.1.0",
"jshint-stylish": "^1.0.1",
"ng-annotate-adf-plugin": "^0.1.2",
"proxy-middleware": "^0.15.0",
"url": "^0.11.0",
"wiredep": "~2.2.2"
}
}