
- Updates travis to run karma - Adds some actual tests Sample build success: https://travis-ci.org/djvirgen/kubernetes/jobs/61567253 Note: My branch is currently up to date with master but all the Go stuff is failing in Travis. Not sure why Go is failing, but the Karma stuff is running OK. I've also verified that when a Jasmine test fails, Travis will fail the build (see [this build](https://travis-ci.org/djvirgen/kubernetes/jobs/61567666) here).
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "kubernetes-ui",
|
|
"description": "UI for Kubernetes",
|
|
"version": "0.3.0",
|
|
"repository": "https://github.com/kubernetes-ui/kubernetes-ui",
|
|
"license": "Apache",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"bower": "^1.3.1",
|
|
"change-case": "^2.2.0",
|
|
"del": "^1.1.1",
|
|
"gulp": "^3.8.10",
|
|
"gulp-angular-htmlify": "^0.4.0",
|
|
"gulp-callback": "^0.0.3",
|
|
"gulp-changed": "^1.1.0",
|
|
"gulp-concat": "^2.4.1",
|
|
"gulp-expect-file": "0.0.7",
|
|
"gulp-filter": "^1.0.2",
|
|
"gulp-foreach": "^0.1.0",
|
|
"gulp-html-prettify": "0.0.1",
|
|
"gulp-ignore": "^1.2.1",
|
|
"gulp-inject": "^1.1.1",
|
|
"gulp-jsoncombine": "^1.0.2",
|
|
"gulp-less": "^1.3.9",
|
|
"gulp-livereload": "^2.1.1",
|
|
"gulp-minify-css": "^0.3.11",
|
|
"gulp-ng-annotate": "^0.4.3",
|
|
"gulp-ng-constant": "^0.3.0",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-sourcemaps": "^1.3.0",
|
|
"gulp-sync": "^0.1.4",
|
|
"gulp-tag-version": "1.2.1",
|
|
"gulp-uglify": "^1.0.2",
|
|
"gulp-util": "^3.0.1",
|
|
"gulp-w3cjs": "^0.2.1",
|
|
"http-server": "^0.6.1",
|
|
"karma": "~0.10",
|
|
"karma-chrome-launcher": "^0.1.7",
|
|
"karma-cli": "0.0.4",
|
|
"karma-jasmine": "^0.1.5",
|
|
"karma-junit-reporter": "^0.2.2",
|
|
"karma-story-reporter": "^0.3.1",
|
|
"protractor": "^1.1.1",
|
|
"shelljs": "^0.2.6",
|
|
"through2": "^0.6.3",
|
|
"yargs": "~1.3.2"
|
|
},
|
|
"scripts": {
|
|
"prestart": "bower install",
|
|
"start": "npm install",
|
|
"poststart": "gulp"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^3.3.0"
|
|
}
|
|
}
|