octavia-dashboard/package.json
Michael Johnson 1f0c90f3a8 Updating for octavia-dashboard
This patch updates the imported code to reflect octavia-dashboard.

More work is required to make this work with the Octavia v2 API.
This will be done in followup patches.

Change-Id: I7363105a53642d0003036cada21c5b0cc25efc1a
2017-06-22 16:20:27 +08:00

30 lines
861 B
JSON

{
"version": "0.0.0",
"private": true,
"name": "octavia-dashboard",
"description": "Octavia Dashboard",
"repository": "none",
"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-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "1.0.4",
"karma-threshold-reporter": "0.1.15",
"phantomjs-prebuilt": "2.1.14"
},
"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": {}
}