{ "//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json", "name": "kubernetes-dashboard", "version": "1.1.1", "repository": { "type": "git", "url": "https://github.com/kubernetes/dashboard.git" }, "license": "Apache-2.0", "devDependencies": { "async": "~2.0.0", "babel": "~6.5.2", "babel-core": "~6.13.1", "babel-loader": "~6.2.4", "babel-preset-es2015": "~6.13.2", "babelify": "~7.3.0", "bower": "~1.7.9", "browser-sync": "~2.14.0", "browser-sync-spa": "~1.0.3", "browserify": "~13.1.0", "browserify-istanbul": "~2.0.0", "clang-format": "1.0.42", "del": "~2.2.1", "eslint-plugin-angular": "~1.3.0", "file-exists": "2.0.0", "google-closure-compiler": "~20160713.2.0", "gulp": "~3.9.1", "gulp-angular-templatecache": "~2.0.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": "~3.0.1", "gulp-flatten": "~0.3.0", "gulp-htmlmin": "~2.0.0", "gulp-if": "~2.0.1", "gulp-inject": "~4.1.0", "gulp-minify-css": "~1.2.4", "gulp-protractor": "~2.6.0", "gulp-rename": "~1.2.2", "gulp-replace": "~0.5.4", "gulp-rev-all": "~0.8.24", "gulp-sass": "~2.3.2", "gulp-sass-lint": "~1.2.0", "gulp-size": "~2.1.0", "gulp-sourcemaps": "~1.6.0", "gulp-uglify": "~2.0.0", "gulp-useref": "~3.1.0", "gulp-util": "~3.0.7", "gulp-watch": "~4.3.8", "html-minifier": "~3.0.2", "isparta": "~4.0.0", "karma": "1.1.2", "karma-browserify": "~5.1.0", "karma-chrome-launcher": "~1.0.1", "karma-closure": "~0.1.1", "karma-coverage": "~1.1.0", "karma-firefox-launcher": "~1.0.0", "karma-jasmine": "~1.0.2", "karma-jasmine-jquery": "~0.1.1", "karma-ng-html2js-preprocessor": "~1.0.0", "karma-sauce-launcher": "~1.0.0", "karma-sourcemap-loader": "~0.3.7", "lodash": "~4.14.0", "merge-stream": "~1.0.0", "npm-check-updates": "~2.8.0", "proxy-middleware": "~0.15.0", "q": "~1.4.1", "semver": "~5.3.0", "through2": "~2.0.1", "uglify-save-license": "~0.4.1", "vinyl-paths": "~2.1.0", "watchify": "~3.7.0", "webpack-stream": "~3.2.0", "wiredep": "~4.0.0", "wrench": "~1.5.9" }, "engines": { "node": ">=4.2.2" }, "scripts": { "postinstall": "build/postinstall.sh" } }