vitrage-dashboard/package.json
Ivan Kolodyazhny fad0c1f101 Fix npm tests on local env and CI
This patch adds upper-contraints support both for Python and JavaScript
tests.

Change-Id: Ied15af4c3c16043f8fb657b11cfce6fc44ff006f
2019-01-20 23:01:00 +02:00

27 lines
766 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-chrome-launcher": "1.0.1",
"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": {}
}