318ed8bc9d
OpenStack is dropping the py2.7 support in ussuri cycle. ironic-ui is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/ Change-Id: Iaedcd8e73871583e4dc16860a81eb7351ffae0a2
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "ironic-ui",
|
|
"version": "0.0.0",
|
|
"description": "Horizon plugin for OpenStack Ironic.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://opendev.org/openstack/ironic-ui"
|
|
},
|
|
"author": "Openstack <openstack-discuss@lists.openstack.org>",
|
|
"license": "Apache-2.0",
|
|
"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-jasmine-matchers": "^3.7.0",
|
|
"karma-ng-html2js-preprocessor": "^1.0.0",
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
|
"karma-threshold-reporter": "^0.1.15"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "if [ ! -d .tox ] || [ ! -d .tox/py36 ]; then tox -epy36 --notest; fi",
|
|
"test": "karma start ironic_ui/karma.conf.js --single-run",
|
|
"lint": "eslint --no-color ironic_ui/static",
|
|
"lintq": "eslint --quiet ironic_ui/static"
|
|
},
|
|
"dependencies": {
|
|
"string.prototype.endswith": "^0.2.0"
|
|
}
|
|
}
|