forked from kubernetes/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.33 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"name": "kubernetes-dashboard",
"version": "1.0.1",
"repository": {
"type": "git",
"url": "https://github.com/kubernetes/dashboard.git"
},
"license": "Apache-2.0",
"devDependencies": {
"babel": "~6.5.2",
"babel-core": "~6.7.2",
"babel-loader": "~6.2.0",
"babel-preset-es2015": "~6.6.0",
"babelify": "~7.2.0",
"bower": "~1.7.1",
"browser-sync": "~2.12.1",
"browser-sync-spa": "~1.0.3",
"browserify": "~13.0.0",
"browserify-istanbul": "~2.0.0",
"del": "~2.2.0",
"eslint-plugin-angular": "~1.0.0",
"google-closure-compiler": "~20160315.2.0",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-browserify": "~0.5.1",
"gulp-clang-format": "~1.0.23",
"gulp-closure-compiler": "~0.4.0",
"gulp-codecov.io": "~1.0.1",
"gulp-concat": "~2.6.0",
"gulp-eslint": "~2.0.0",
"gulp-filter": "~4.0.0",
"gulp-flatten": "~0.2.0",
"gulp-htmlmin": "~1.3.0",
"gulp-inject": "~4.0.0",
"gulp-minify-css": "~1.2.2",
"gulp-protractor": "~2.3.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~7.0.0",
"gulp-rev-replace": "~0.4.3",
"gulp-sass": "~2.2.0",
"gulp-sass-lint": "~1.1.0",
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.1",
"gulp-useref": "~3.0.4",
"gulp-util": "~3.0.7",
"gulp-watch": "~4.3.5",
"html-minifier": "~1.5.0",
"isparta": "~4.0.0",
"karma": "0.13.22",
"karma-browserify": "~5.0.3",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "~0.5.3",
"karma-firefox-launcher": "~0.1.7",
"karma-jasmine": "~0.3.6",
"karma-jasmine-jquery": "~0.1.1",
"karma-ng-html2js-preprocessor": "~0.2.0",
"karma-sauce-launcher": "~0.3.0",
"karma-sourcemap-loader": "~0.3.6",
"lodash": "~4.10.0",
"npm-check-updates": "~2.5.8",
"proxy-middleware": "~0.15.0",
"q": "~1.4.1",
"semver": "~5.1.0",
"through2": "~2.0.1",
"uglify-save-license": "~0.4.1",
"watchify": "~3.7.0",
"webpack-stream": "~3.1.0",
"wiredep": "~4.0.0",
"wrench": "~1.5.8"
},
"engines": {
"node": ">=4.2.2"
},
"scripts": {
"postinstall": "build/postinstall.sh"
}
}