-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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://launchpad.net/octavia",
"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": {}
}