{
  "name": "new-event-polyfill",
  "version": "1.0.1",
  "description": "new Event() polyfill",
  "scripts": {
    "build": "node rollup.build.js"
  },
  "main": "newEventPolyfill.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/RaphaelHaettich/new-event-polyfill.git"
  },
  "keywords": [
    "Event",
    "new",
    "polyfill"
  ],
  "author": "Raphael Hättich",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RaphaelHaettich/new-event-polyfill/issues"
  },
  "homepage": "https://github.com/RaphaelHaettich/new-event-polyfill",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babelrc-rollup": "^3.0.0",
    "rollup": "^0.64.1",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-uglify": "^4.0.0"
  }
}
