-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "bluewhale",
"version": "0.6.6",
"description": "Dockerboard Web Client",
"main": "dist/index.html",
"scripts": {
"test": "make test",
"prepublish": "gulp clean && gulp build && gulp publish"
},
"repository": "dockerboard/bluewhale",
"keywords": [
"docker",
"rocket",
"dockerboard",
"board",
"web",
"client"
],
"author": "Fangdun Cai <[email protected]>",
"license": "MIT",
"devDependencies": {
"bower": "*",
"browser-sync": "^2.x.x",
"del": "^1.x.x",
"glob": "^4.x",
"gulp": "^3.x",
"gulp-autoprefixer": "^2.x.x",
"gulp-csso": "^1.x.x",
"gulp-debug": "^2.x.x",
"gulp-filter": "^2.x.x",
"gulp-if": "^1.x.x",
"gulp-imagemin": "^2.x.x",
"gulp-jade": "^1.x.x",
"gulp-jscs": "^1.x.x",
"gulp-jshint": "^1.x.x",
"gulp-load-plugins": "^0.8.x",
"gulp-ng-annotate": "^0.5.2",
"gulp-ng-html2js": "^0.2.x",
"gulp-plumber": "^1.x.x",
"gulp-rev": "^3.x.x",
"gulp-rev-replace": "^0.4.x",
"gulp-sass": "^1.x.x",
"gulp-uglify": "^1.x.x",
"gulp-useref": "^1.x.x",
"gulp-util": "^3.x.x",
"gulp-watch": "^4.x.x",
"jshint-summary": "^0.4.0",
"karma": "^0.12.x",
"karma-chrome-launcher": "^0.1.x",
"node-webkit-builder": "^1.x.x",
"proxy-middleware": "^0.11.x",
"run-sequence": "^1.x.x",
"vinyl-paths": "^1.x.x"
}
}