2015-03-26 14:48:55 -06:00
|
|
|
{
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"name": "horizon",
|
|
|
|
"description": "OpenStack Horizon - Angular",
|
|
|
|
"repository": "none",
|
|
|
|
"license": "Apache 2.0",
|
|
|
|
"devDependencies": {
|
2016-02-19 10:41:34 +01:00
|
|
|
"eslint": "1.10.3",
|
2016-02-24 05:20:46 -08:00
|
|
|
"eslint-config-openstack": "1.2.4",
|
2016-05-17 15:17:46 -06:00
|
|
|
"eslint-plugin-angular": "1.0.1",
|
2016-04-08 12:09:40 +01:00
|
|
|
"jasmine-core": "2.4.1",
|
2016-08-01 08:24:10 +01:00
|
|
|
"karma": "1.1.2",
|
2016-05-17 15:17:46 -06:00
|
|
|
"karma-chrome-launcher": "1.0.1",
|
2016-08-01 08:24:10 +01:00
|
|
|
"karma-cli": "1.0.1",
|
|
|
|
"karma-coverage": "1.1.1",
|
2016-05-17 15:17:46 -06:00
|
|
|
"karma-jasmine": "1.0.2",
|
|
|
|
"karma-ng-html2js-preprocessor": "1.0.0",
|
2016-04-09 17:05:47 +01:00
|
|
|
"karma-threshold-reporter": "0.1.15"
|
2015-03-26 14:48:55 -06:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-10-06 14:27:22 +01:00
|
|
|
"postinstall": "if [ ! -d .tox/npm ]; then tox -e npm --notest; fi",
|
2015-06-05 09:56:50 -07:00
|
|
|
"test": "karma start horizon/karma.conf.js --single-run && karma start openstack_dashboard/karma.conf.js --single-run",
|
2016-02-16 09:39:10 -08:00
|
|
|
"lint": "eslint --no-color openstack_dashboard/static horizon/static openstack_dashboard/dashboards/*/static",
|
|
|
|
"lintq": "eslint --quiet openstack_dashboard/static horizon/static openstack_dashboard/dashboards/*/static"
|
2015-03-26 14:48:55 -06:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
|
|
|
}
|