13167f3750
This patch aligns current code with AngularJS v1.8.2 requirements. It also updates zun-ui to use the Firefox browser instead of phantomjs browser to fix "nodjs-run-test" job because phantomjs browser has some issue with backticks. Change-Id: Ibf995d6c29f64cd902834b64664cd87ef5014a45
29 lines
833 B
JSON
29 lines
833 B
JSON
{
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"name": "zun-ui",
|
|
"description": "OpenStack Zun-UI",
|
|
"repository": "none",
|
|
"license": "Apache 2.0",
|
|
"devDependencies": {
|
|
"eslint": "3.19.x",
|
|
"eslint-config-openstack": "^4.0.1",
|
|
"eslint-plugin-angular": "3.1.x",
|
|
"jasmine-core": "2.8.x",
|
|
"karma": "1.7.x",
|
|
"karma-firefox-launcher": "2.1.0",
|
|
"karma-cli": "1.0.x",
|
|
"karma-coverage": "1.1.x",
|
|
"karma-jasmine": "1.1.x",
|
|
"karma-ng-html2js-preprocessor": "1.0.x",
|
|
"karma-threshold-reporter": "0.1.x"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/karma ]; then tox -ekarma --notest; fi",
|
|
"test": "karma start zun_ui/karma.conf.js --single-run",
|
|
"lint": "eslint --no-color zun_ui/static",
|
|
"lintq": "eslint --quiet zun_ui/static"
|
|
},
|
|
"dependencies": {}
|
|
}
|