{
  "name": "axe-core",
  "description": "Accessibility engine for automated Web UI testing",
  "version": "2.1.7",
  "license": "MPL-2.0",
  "contributors": [
    {
      "name": "David Sturley",
      "organization": "Deque Systems, Inc.",
      "url": "http://deque.com/"
    },
    {
      "name": "Dylan Barrell",
      "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",
  "scripts": {
    "build": "grunt",
    "test": "grunt test",
    "test-fast": "grunt test-fast"
  },
  "devDependencies": {
    "babel-plugin-transform-object-rest-spread": "^6.6.5",
    "babel-polyfill": "^6.7.4",
    "babel-preset-es2015": "^6.6.0",
    "babelify": "^7.2.0",
    "blanket": "~1.2.3",
    "chai": "~3.5.0",
    "clone": "~1.0.2",
    "dot": "~1.0.3",
    "grunt": "~0.4.5",
    "grunt-babel": "^6.0.0",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-concat": "~1.0.0",
    "grunt-contrib-connect": "~1.0.1",
    "grunt-contrib-copy": "~1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "~1.0.1",
    "grunt-contrib-watch": "~1.0.0",
    "grunt-mocha": "~0.4.13",
    "grunt-parallel": "^0.4.1",
    "grunt-snyk": "^0.1.0",
    "html-entities": "^1.2.0",
    "jquery": "^3.0.0",
    "less": "~2.6.1",
    "mocha": "~2.4.5",
    "phantomjs-prebuilt": "~2.1.7",
    "promise": "~7.1.1",
    "revalidator": "~0.3.1",
    "selenium-webdriver": "~2.53.1"
  }
}
