octavia-dashboard/package.json
Gregory Thiemonge 7257719769 Migrate to AngularJS v1.8.2
Update the calls to the horizon apiServer to match [0]

It also update few packages versions in ``package.json`` to
sync with horizon ``package.json`` file.

It also switches the test engine to firefox to align to horizon.

[0] Ifdad18e805953957bfaa1b42908dfbbe8976dbcb

Depends-On: https://review.opendev.org/c/openstack/horizon/+/843346

Change-Id: If8a32fc0c28ce4f78127bd026daddb66372a8822
2022-08-11 18:02:47 +00:00

39 lines
1.1 KiB
JSON

{
"version": "1.0.0",
"private": true,
"name": "octavia-dashboard",
"description": "Octavia Dashboard",
"homepage": "https://docs.openstack.org/octavia-dashboard/latest/",
"keywords": [
"OpenStack",
"octavia",
"octavia-dashboard",
"load-balancer"
],
"repository": {
"type": "git",
"url": "https://opendev.org/openstack/octavia-dashboard"
},
"bugs": "https://storyboard.openstack.org/#!/project/909",
"license": "Apache 2.0",
"devDependencies": {
"eslint": "3.0.0",
"eslint-config-openstack": "4.0.1",
"eslint-plugin-angular": "4.0.1",
"jasmine-core": "3.6.0",
"karma": "5.2.3",
"karma-firefox-launcher": "2.1.0",
"karma-cli": "2.0.0",
"karma-coverage": "2.0.3",
"karma-jasmine": "4.0.1",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-threshold-reporter": "0.1.15"
},
"scripts": {
"postinstall": "octavia_dashboard/post_install.sh",
"test": "karma start octavia_dashboard/karma.conf.js --single-run",
"lint": "eslint --no-color octavia_dashboard/static"
},
"dependencies": {}
}