{
  "name": "js-polyfills",
  "author": "Joshua Bell <inexorabletash@gmail.com>",
  "version": "0.1.43",
  "description": "Collection of Web polyfills.",
  "license": "(Unlicense OR MIT)",
  "main": "polyfill.js",
  "files": [
    "README.md",
    "LICENSE.md",
    "polyfill.js",
    "polyfill.min.js",
    "web.js",
    "web.min.js",
    "es5.md",
    "es5.js",
    "es6.md",
    "es6.js",
    "es2016.md",
    "es2016.js",
    "es2017.md",
    "es2017.js",
    "html.js",
    "dom.js",
    "xhr.js",
    "url.js",
    "fetch.js",
    "cssom.js",
    "timing.js",
    "keyboard.md",
    "keyboard.js",
    "typedarray.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/inexorabletash/polyfill.git"
  },
  "keywords": [
    "polyfill",
    "standards"
  ],
  "bugs": {
    "url": "https://github.com/inexorabletash/polyfill/issues"
  },
  "homepage": "https://github.com/inexorabletash/polyfill"
}
