{ "//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json", "name": "kubernetes-dashboard", "version": "0.0.1", "repository": { "type": "git", "url": "https://github.com/kubernetes/dashboard.git" }, "license": "Apache-2.0", "devDependencies": { "babel": "~6.3.26", "babel-core": "~6.4.0", "babel-loader": "~6.2.0", "babel-preset-es2015": "~6.3.13", "babelify": "~7.2.0", "bower": "~1.7.1", "browser-sync": "~2.11.0", "browser-sync-spa": "~1.0.3", "browserify": "~12.0.1", "browserify-istanbul": "~0.2.1", "del": "~2.2.0", "eslint-plugin-angular": "~0.15.0", "google-closure-compiler": "~20151216.1.0", "gulp": "~3.9.0", "gulp-angular-templatecache": "~1.8.0", "gulp-autoprefixer": "~3.1.0", "gulp-browserify": "~0.5.1", "gulp-chmod": "~1.3.0", "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": "~1.1.1", "gulp-filter": "~3.0.1", "gulp-flatten": "~0.2.0", "gulp-git": "~1.6.0", "gulp-gunzip": "~0.0.3", "gulp-htmlmin": "^1.3.0", "gulp-inject": "~3.0.0", "gulp-load-plugins": "~1.1.0", "gulp-minify-css": "^1.2.2", "gulp-protractor": "~2.1.0", "gulp-rename": "~1.2.2", "gulp-replace": "~0.5.4", "gulp-rev": "~6.0.1", "gulp-rev-replace": "~0.4.3", "gulp-sass": "~2.1.1", "gulp-sass-lint": "^1.1.0", "gulp-size": "~2.0.0", "gulp-sourcemaps": "~1.6.0", "gulp-uglify": "~1.5.1", "gulp-untar": "~0.0.4", "gulp-useref": "~3.0.4", "gulp-util": "~3.0.7", "gulp-watch": "~4.3.5", "isparta": "~4.0.0", "karma": "0.13.18", "karma-browserify": "~4.4.2", "karma-chrome-launcher": "~0.2.2", "karma-coverage": "~0.5.3", "karma-jasmine": "~0.3.6", "karma-ng-html2js-preprocessor": "~0.2.0", "karma-sourcemap-loader": "~0.3.6", "lodash": "~3.10.1", "path-exists": "~2.1.0", "proxy-middleware": "~0.15.0", "q": "~1.4.1", "request": "~2.67.0", "run-sequence": "~1.1.5", "semver": "~5.1.0", "uglify-save-license": "~0.4.1", "vinyl-source-stream": "1.1.0", "webpack-stream": "~3.1.0", "wiredep": "~3.0.0", "wrench": "~1.5.8" }, "engines": { "node": ">=4.2.2" }, "scripts": { "postinstall": "./build/postinstall.sh" } }