{
  "name": "mutationobserver-polyfill",
  "version": "1.3.0",
  "description": "Forces use of polyfill in IE 11 since IE 11's native one causes XML data issues",
  "main": "release/mutationobserver-polyfill.min.js",
  "scripts": {
    "start": "bower install && ./node_modules/.bin/webpack src/mutationobserver-polyfill.js release/mutationobserver-polyfill.min.js --optimize-minimize",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/talee/mutationobserver-polyfill.git"
  },
  "keywords": [
    "mutation",
    "observer",
    "polyfill",
    "internet",
    "explorer",
    "xml"
  ],
  "author": "Thomas Lee <tleehoc@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/talee/mutationobserver-polyfill/issues"
  },
  "homepage": "https://github.com/talee/mutationobserver-polyfill#readme",
  "dependencies": {},
  "devDependencies": {
    "webpack": "^1.13.2"
  }
}
