-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
34 lines (34 loc) · 1.03 KB
/
package.json
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
{
"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 <[email protected]>",
"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-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-firefox-launcher": "2.1.0",
"karma-threshold-reporter": "^0.1.15"
},
"scripts": {
"postinstall": "if [ ! -d .tox/npm ]; then tox -e npm --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"
}
}