{
  "name": "atd-deprecated-polyfills",
  "version": "1.0.8",
  "description": "Bundles polyfills for deprecated browsers",
  "main": "./dist/js/atd-deprecated-polyfills.js",
  "scripts": {
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airtightdesign/atd-deprecated-polyfills.git"
  },
  "keywords": [
    "frontend",
    "browser-support",
    "polyfills"
  ],
  "author": "John Graham <john@airtightdesign.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/airtightdesign/atd-deprecated-polyfills/issues"
  },
  "homepage": "https://github.com/airtightdesign/atd-deprecated-polyfills#readme",
  "dependencies": {
    "atd-legacy-polyfills": "^1.0.6",
    "classlist-polyfill": "^1.2.0",
    "console-polyfill": "^0.3.0",
    "es5-shim": "^4.5.10",
    "placeholder.js": "^3.1.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-es2015": "^6.24.1",
    "webpack": "^3.11.0"
  }
}
