-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "adf-widget-github",
"version": "0.7.0",
"keywords": [
"dashboard",
"widget",
"adf",
"adf-widget",
"github"
],
"repository": {
"type": "git",
"url": "https://github.com/sdorra/adf-widget-github"
},
"description": "Github widgets for the angular-dashboard-framework",
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "~2.2.0",
"gulp-csslint": "^0.1.5",
"gulp-headerfooter": "^1.0.3",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.0.0",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.0.0",
"gulp-minify-html": "^1.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "~2.1.0",
"ng-annotate-adf-plugin": "^0.1.2",
"wiredep": "~2.2.2"
}
}