f1ff41eb84
Change-Id: I156ec1665d98f247f01a1b0a5adaf26ab1eb09ce Co-Authored-By: Saju Madhavan <sajuptpm@gmail.com> Implements: blueprint angularjs-unittest-with-jasmine-and-karma
27 lines
763 B
JSON
27 lines
763 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 .venv ]; 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": {}
|
|
}
|