28c0faf116
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: Id3b9e995d77de7a16daef7a3ea7c41f0592201d5
33 lines
1008 B
JSON
33 lines
1008 B
JSON
{
|
|
"name": "iotronic_ui",
|
|
"description": "IoTronic Panels JavaScript tests",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.openstack.org/openstack/iotronic_ui"
|
|
},
|
|
"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 iotronic_ui/static",
|
|
"lintq": "eslint --quiet iotronic_ui/static",
|
|
"test": "karma start iotronic_ui/karma.conf.js --single-run"
|
|
}
|
|
}
|