{
  "name": "webpack-polyfill-injector",
  "version": "3.0.2",
  "description": "Webpack plugin to automatically inject polyfills into your bundle",
  "keywords": [
    "webpack",
    "polyfill"
  ],
  "main": "src/plugin.js",
  "loader": "src/loader.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/SebastianS90/webpack-polyfill-injector"
  },
  "author": "Sebastian Schweizer",
  "license": "MIT",
  "scripts": {
    "test": "nyc mocha",
    "eslint": "eslint --color --format codeframe .",
    "coveralls": "nyc mocha && nyc report --reporter=text-lcov | coveralls"
  },
  "dependencies": {
    "loader-utils": "^1.2.3",
    "polyfill-library": "^3.27.4",
    "webpack-sources": "^1.0.0"
  },
  "peerDependencies": {
    "webpack": "^4.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.0",
    "dirty-chai": "^2.0.1",
    "eslint": "^5.12.1",
    "eslint-plugin-import": "^2.15.0",
    "jsdom": "^13.2.0",
    "lodash": "^4.17.4",
    "memory-fs": "^0.4.1",
    "mocha": "^5.1.1",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^13.1.0",
    "webpack": "^4.29.0"
  }
}
