5777d916e8
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I68e1bd83fe0013cd4267208a1e70bf07d667ea96
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"name": "zaqar-ui",
|
|
"description": "Zaqar UI JavaScript tests",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://opendev.org/openstack/zaqar-ui"
|
|
},
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "Apache 2.0",
|
|
"author": "Openstack <openstack-discuss@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/karma ]; then tox -ekarma --notest; python3 -m pip install -U -t ./.tox/karma/lib/`python3 -V|tr -d ' '|tr 'P' 'p'|cut -c -9`/site-packages/ -chttps://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt ../horizon; fi",
|
|
"lint": "eslint --no-color zaqar_ui/static",
|
|
"lintq": "eslint --quiet zaqar_ui/static",
|
|
"test": "karma start zaqar_ui/karma.conf.js --single-run"
|
|
}
|
|
}
|
|
|