summaryrefslogtreecommitdiff
path: root/package.json
blob: 135295ba860a36947de467a2ccbffc8ae90f2446 (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": "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-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": {}
}