{
  "name": "pointer-events-polyfill",
  "version": "0.4.4-pre",
  "main": "dist/pep.js",
  "description": "Polyfill of the PointerEvents W3C spec",
  "author": {
    "name": "jQuery Foundation and other contributors",
    "url": "https://react-spring/pointer-events-polyfill/blob/master/AUTHORS.txt"
  },
  "repository": {
    "type": "git",
    "url": "git://react-spring/pointer-events-polyfill.git"
  },
  "files": [
    "dist/",
    "src/",
    "samples/"
  ],
  "bugs": "https://react-spring/pointer-events-polyfill/issues",
  "license": "MIT",
  "devDependencies": {
    "atob": "^2.0.3",
    "bluebird": "^3.4.0",
    "chai-spies": "^0.7.1",
    "fs-extra": "^0.30.0",
    "glob": "^7.0.3",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-uglify": "^1.0.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-git-authors": "^3.2.0",
    "grunt-jscs": "^3.0.0",
    "grunt-selenium-standalone": "^1.0.1",
    "intern": "^3.2.3",
    "lodash": "^4.13.1",
    "request": "^2.72.0",
    "rollup": "^0.29.0"
  },
  "web-platform-tests": {
    "repo": "w3c/web-platform-tests#c5d333c859075744b3828a2a29057ee456234cb2",
    "path": "./tests/w3c"
  },
  "scripts": {
    "build": "grunt build",
    "ci": "grunt ci",
    "test": "grunt test"
  }
}
