summaryrefslogtreecommitdiff
path: root/package.json
blob: 65b3b2e233fe55acebbf84d9b36a4cbdc0fbbdf3 (plain)
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
{
  "version": "0.0.0",
  "private": true,
  "name": "horizon",
  "description": "OpenStack Horizon - Angular",
  "repository": "none",
  "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-cli": "2.0.0",
    "karma-coverage": "2.0.3",
    "karma-firefox-launcher": "2.1.0",
    "karma-jasmine": "4.0.1",
    "karma-ng-html2js-preprocessor": "1.0.0",
    "karma-threshold-reporter": "0.1.15"
  },
  "scripts": {
    "postinstall": "if [ ! -d .tox/npm ]; then tox -e npm --notest; fi",
    "test": "karma start horizon/karma.conf.js --single-run && karma start openstack_dashboard/karma.conf.js --single-run",
    "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"
  },
  "dependencies": {}
}