{
  "name": "axe-core",
  "description": "Accessibility engine for automated Web UI testing",
  "version": "3.0.4",
  "license": "MPL-2.0",
  "engines": {
    "node": ">=4"
  },
  "contributors": [
    {
      "name": "David Sturley",
      "organization": "Deque Systems, Inc.",
      "url": "http://deque.com/"
    },
    {
      "name": "Dylan Barrell",
      "email": "dylan@barrell.com",
      "organization": "Deque Systems, Inc.",
      "url": "http://deque.com/"
    },
    {
      "name": "Wilco Fiers",
      "organization": "Deque Systems, Inc.",
      "url": "http://deque.com/"
    },
    {
      "name": "Dian Fay",
      "organization": "Deque Systems, Inc.",
      "url": "http://deque.com/"
    },
    {
      "name": "Marcy Sutton",
      "organization": "Deque Systems, Inc.",
      "url": "http://deque.com/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dequelabs/axe-core.git"
  },
  "keywords": [
    "Accessibility",
    "a11y",
    "testing",
    "unit",
    "tdd",
    "bdd",
    "aXe"
  ],
  "main": "axe.js",
  "typings": "axe.d.ts",
  "standard-version": {
    "scripts": {
      "postbump": "npm run sri-update"
    }
  },
  "scripts": {
    "build": "grunt",
    "test": "grunt test",
    "test-fast": "grunt test-fast",
    "version": "echo \"use 'npm run release' to bump axe-core version\" && exit 1",
    "prepublishOnly": "grunt build",
    "postinstall": "node build/utils/postinstall.js",
    "release": "standard-version -a",
    "sri-update": "grunt build && node build/sri-update && git add sri-history.json"
  },
  "devDependencies": {
    "angular-precommit": "^1.0.3",
    "aria-query": "^2.0.0",
    "babel-core": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.6.5",
    "babel-polyfill": "^6.7.4",
    "babel-preset-es2015": "^6.6.0",
    "babelify": "^8.0.0",
    "blanket": "~1.2.3",
    "chai": "~4.1.2",
    "clone": "~2.1.1",
    "dot": "~1.1.2",
    "fs-extra": "^6.0.0",
    "grunt": "^1.0.2",
    "grunt-babel": "^7.0.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^3.3.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-eslint": "^20.1.0",
    "grunt-markdownlint": "^1.1.5",
    "grunt-mocha": "1.0.4",
    "grunt-parallel": "^0.5.1",
    "grunt-retire": "^1.0.7",
    "html-entities": "^1.2.0",
    "jquery": "^3.0.0",
    "markdown-table": "^1.1.2",
    "mocha": "^5.2.0",
    "promise": "~8.0.1",
    "revalidator": "~0.3.1",
    "selenium-webdriver": "~3.6.0",
    "sri-toolbox": "^0.2.0",
    "standard-version": "^4.2.0"
  }
}
