6a4be31ccd
stackviz-nodejs10-run-test-browser job started failing on chrome browser - https://bugs.launchpad.net/stackviz/+bug/1908606 Horizon and its plugins also moved the nodejs browser jobs to firefox now, let's move stackviz jobs too to make this job green. Closes-Bug: #1908606 Change-Id: I4a63a54ee5fce983c3254805b39549d145159be9
79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"name": "stackviz",
|
|
"description": "StackViz - Client JavaScript",
|
|
"repository": "none",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"angular": "1.5.2",
|
|
"angular-fontawesome": "0.4.0",
|
|
"angular-mocks": "1.5.2",
|
|
"angular-ui-bootstrap": "1.2.5",
|
|
"angular-ui-router": "0.2.18",
|
|
"bootstrap": "3.3.6",
|
|
"browser-sync": "2.11.2",
|
|
"browserify": "13.0.0",
|
|
"browserify-istanbul": "2.0.0",
|
|
"browserify-ngannotate": "2.0.0",
|
|
"bulk-require": "^0.2.1",
|
|
"bulkify": "1.1.1",
|
|
"codemirror": "5.14.2",
|
|
"d3-array": "^0.7.1",
|
|
"d3-collection": "^0.2.0",
|
|
"d3-dsv": "^0.3.2",
|
|
"d3-ease": "^0.7.0",
|
|
"d3-interpolate": "^0.7.0",
|
|
"d3-request": "^0.4.6",
|
|
"d3-scale": "^0.7.0",
|
|
"d3-time-format": "^0.3.2",
|
|
"del": "2.2.0",
|
|
"eslint": "~1.10.3",
|
|
"eslint-config-openstack": "1.2.4",
|
|
"eslint-plugin-angular": "0.12.0",
|
|
"express": "4.13.4",
|
|
"gulp": "3.9.1",
|
|
"gulp-angular-templatecache": "1.8.0",
|
|
"gulp-autoprefixer": "3.1.0",
|
|
"gulp-changed": "1.3.0",
|
|
"gulp-filter": "4.0.0",
|
|
"gulp-gzip": "1.2.0",
|
|
"gulp-if": "2.0.0",
|
|
"gulp-notify": "2.2.0",
|
|
"gulp-protractor": "2.2.0",
|
|
"gulp-rename": "1.2.2",
|
|
"gulp-replace": "0.5.4",
|
|
"gulp-sass": "2.2.0",
|
|
"gulp-sourcemaps": "1.6.0",
|
|
"gulp-streamify": "0.0.5",
|
|
"gulp-uglify": "1.5.3",
|
|
"gulp-util": "3.0.7",
|
|
"isparta": "4.0.0",
|
|
"jasmine-ajax": "3.2.0",
|
|
"jasmine-core": "2.4.1",
|
|
"jasmine-fixture": "2.0.0",
|
|
"karma": "~0.13.22",
|
|
"karma-browserify": "5.0.3",
|
|
"karma-firefox-launcher": "2.1.0",
|
|
"karma-coverage": "0.5.5",
|
|
"karma-jasmine": "0.3.8",
|
|
"karma-subunit-reporter": "0.0.4",
|
|
"morgan": "1.7.0",
|
|
"nprogress": "^0.2.0",
|
|
"pretty-hrtime": "1.0.2",
|
|
"protractor": "^2.2.0",
|
|
"run-sequence": "1.1.5",
|
|
"tiny-lr": "^0.1.6",
|
|
"uglifyify": "3.0.1",
|
|
"vinyl-buffer": "1.0.0",
|
|
"vinyl-source-stream": "1.1.0",
|
|
"watchify": "3.7.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "if [ ! -d .venv ]; then tox -epy38 --notest; fi",
|
|
"test": "gulp unit",
|
|
"lint": "eslint ./",
|
|
"prod": "gulp prod; python setup.py sdist"
|
|
}
|
|
}
|