vitrage-dashboard/package.json
manchandavishal 83cde69f5e Run npm nodejs job with Firefox browser
This patch update browser from PhantomJS to Firefox
in karma.conf.js becuase nodejs-run-test job fails
with PhantomJS browser. So let's switch to Firefox
browser now later once we fix issue with PhantomJS
then we can use it.

Change-Id: I2c82374eae4c4a05848af47cdae3ed4776a60f94
2021-01-07 10:58:48 +00:00

27 lines
767 B
JSON

{
"version": "0.0.0",
"private": true,
"name": "vitrage-dashboard",
"description": "Vitrage Dashboard",
"repository": "none",
"license": "Apache 2.0",
"devDependencies": {
"eslint": "1.10.3",
"eslint-config-openstack": "1.2.4",
"jasmine-core": "2.4.1",
"karma": "1.1.2",
"karma-firefox-launcher": "2.1.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "1.0.2",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-spec-reporter": "0.0.32"
},
"scripts": {
"postinstall": "if [ ! -d .tox/npm ]; then tox -e npm --notest; fi",
"lint": "eslint --no-color vitrage_dashboard/static",
"lintq": "eslint --quiet vitrage_dashboard/static",
"test": "karma start karma.conf.js --single-run"
},
"dependencies": {}
}