package.json 2.3 KB
Newer Older
1
{
2
  "//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
3
  "name": "kubernetes-dashboard",
M
Marcin Maciaszczyk 已提交
4
  "version": "1.0.1",
5 6 7 8 9
  "repository": {
    "type": "git",
    "url": "https://github.com/kubernetes/dashboard.git"
  },
  "license": "Apache-2.0",
10
  "devDependencies": {
11
    "babel": "~6.5.2",
12
    "babel-core": "~6.7.2",
13
    "babel-loader": "~6.2.0",
14
    "babel-preset-es2015": "~6.6.0",
15
    "babelify": "~7.3.0",
B
bryk 已提交
16
    "bower": "~1.7.1",
17
    "browser-sync": "~2.12.1",
B
bryk 已提交
18
    "browser-sync-spa": "~1.0.3",
19
    "browserify": "~13.0.0",
20
    "browserify-istanbul": "~2.0.0",
21
    "del": "~2.2.0",
22
    "eslint-plugin-angular": "~1.0.0",
23
    "google-closure-compiler": "~20160315.2.0",
24
    "gulp": "~3.9.0",
25 26
    "gulp-angular-templatecache": "~1.8.0",
    "gulp-autoprefixer": "~3.1.0",
27
    "gulp-browserify": "~0.5.1",
28
    "gulp-clang-format": "~1.0.23",
29
    "gulp-closure-compiler": "~0.4.0",
B
bryk 已提交
30
    "gulp-codecov.io": "~1.0.1",
B
bryk 已提交
31
    "gulp-concat": "~2.6.0",
32 33
    "gulp-eslint": "~2.0.0",
    "gulp-filter": "~4.0.0",
34
    "gulp-flatten": "~0.2.0",
35
    "gulp-htmlmin": "~1.3.0",
36
    "gulp-inject": "~4.0.0",
37
    "gulp-minify-css": "~1.2.2",
38
    "gulp-protractor": "~2.3.0",
39 40
    "gulp-rename": "~1.2.2",
    "gulp-replace": "~0.5.4",
41
    "gulp-rev": "~7.0.0",
B
bryk 已提交
42
    "gulp-rev-replace": "~0.4.3",
43
    "gulp-sass": "~2.3.0",
44
    "gulp-sass-lint": "~1.1.0",
45
    "gulp-size": "~2.1.0",
46 47
    "gulp-sourcemaps": "~1.6.0",
    "gulp-uglify": "~1.5.1",
B
bryk 已提交
48 49
    "gulp-useref": "~3.0.4",
    "gulp-util": "~3.0.7",
50
    "gulp-watch": "~4.3.5",
51
    "html-minifier": "~2.1.0",
S
Sebastian Florek 已提交
52
    "isparta": "~4.0.0",
53 54
    "karma": "0.13.22",
    "karma-browserify": "~5.0.3",
B
bryk 已提交
55 56
    "karma-chrome-launcher": "~0.2.2",
    "karma-coverage": "~0.5.3",
57
    "karma-firefox-launcher": "~0.1.7",
58
    "karma-jasmine": "~0.3.6",
59
    "karma-jasmine-jquery": "~0.1.1",
60
    "karma-ng-html2js-preprocessor": "~0.2.0",
61
    "karma-sauce-launcher": "~0.3.0",
62
    "karma-sourcemap-loader": "~0.3.6",
63
    "lodash": "~4.11.1",
64
    "npm-check-updates": "~2.6.2",
65
    "proxy-middleware": "~0.15.0",
66
    "q": "~1.4.1",
B
bryk 已提交
67
    "semver": "~5.1.0",
68
    "through2": "~2.0.1",
B
bryk 已提交
69
    "uglify-save-license": "~0.4.1",
70
    "watchify": "~3.7.0",
71
    "webpack-stream": "~3.2.0",
72
    "wiredep": "~4.0.0",
B
bryk 已提交
73
    "wrench": "~1.5.8"
74 75
  },
  "engines": {
76
    "node": ">=4.2.2"
C
Christoph Held 已提交
77 78
  },
  "scripts": {
B
bryk 已提交
79
    "postinstall": "build/postinstall.sh"
80 81
  }
}