{
  "name": "imagemin-webpack-plugin",
  "version": "2.2.0",
  "description": "Webpack plugin to compress images",
  "main": "dist/index.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "test": "standard src/*",
    "build": "babel src --out-dir dist --source-maps",
    "prepublishOnly": "babel src --out-dir dist --source-maps"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Klathmon/imagemin-webpack-plugin.git"
  },
  "standard": {},
  "babel": {
    "plugins": [
      "transform-runtime",
      "transform-object-rest-spread"
    ],
    "presets": [
      [
        "env",
        {
          "targets": {
            "node": 4
          }
        }
      ]
    ]
  },
  "author": "Gregory Benner <gregbenner1@gmail.com> (https://github.com/Klathmon)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Klathmon/imagemin-webpack-plugin/issues"
  },
  "homepage": "https://github.com/Klathmon/imagemin-webpack-plugin#readme",
  "dependencies": {
    "async-throttle": "^1.1.0",
    "babel-runtime": "^6.18.0",
    "imagemin": "^6.0.0",
    "imagemin-gifsicle": "^5.1.0",
    "imagemin-jpegtran": "^5.0.2",
    "imagemin-optipng": "^5.1.0",
    "imagemin-pngquant": "^6.0.0",
    "imagemin-svgo": "^7.0.0",
    "lodash.map": "^4.6.0",
    "minimatch": "^3.0.4",
    "mkdirp": "^0.5.1",
    "util.promisify": "^1.0.0",
    "webpack-sources": "^1.1.0"
  },
  "resolutions": {
    "tunnel-agent": ">=0.6.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^8.2.6",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.7.0",
    "np": "^2.20.1",
    "rimraf": "^2.6.2",
    "standard": "^11.0.1"
  }
}
