fb1a2741a1
Change-Id: I079f2a12d701c17b874568a7791d24ffaa09bf1a
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "tap-as-a-service-dashboard",
|
|
"description": "Tap-as-a-Service Dashboard JavaScript tests",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://opendev.org/x/tap-as-a-service-dashboard"
|
|
},
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "Apache 2.0",
|
|
"author": "Openstack <openstack-dev@lists.openstack.org>",
|
|
"devDependencies": {
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-openstack": "^1.2.4",
|
|
"eslint-plugin-angular": "1.0.1",
|
|
"jasmine-core": "2.4.1",
|
|
"karma": "1.1.2",
|
|
"karma-chrome-launcher": "1.0.1",
|
|
"karma-cli": "1.0.1",
|
|
"karma-coverage": "1.1.1",
|
|
"karma-jasmine": "1.0.2",
|
|
"karma-ng-html2js-preprocessor": "1.0.0",
|
|
"karma-threshold-reporter": "0.1.15"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/py27 ]; then tox -epy27 --notest; fi",
|
|
"lint": "eslint --no-color neutron_taas_dashboard/static",
|
|
"lintq": "eslint --quiet neutron_taas_dashboard/static",
|
|
"test": "karma start neutron_taas_dashboard/karma.conf.js --single-run"
|
|
}
|
|
}
|