{
  "_args": [
    [
      "webpack-cleanup-plugin@0.5.1",
      "/var/www/vhosts/lp.l2d.co"
    ]
  ],
  "_development": true,
  "_from": "webpack-cleanup-plugin@0.5.1",
  "_id": "webpack-cleanup-plugin@0.5.1",
  "_inBundle": false,
  "_integrity": "sha1-3y1wa9dTZMBuZbBRGGMW1nTrlq8=",
  "_location": "/webpack-cleanup-plugin",
  "_phantomChildren": {
    "brace-expansion": "1.1.11"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-cleanup-plugin@0.5.1",
    "name": "webpack-cleanup-plugin",
    "escapedName": "webpack-cleanup-plugin",
    "rawSpec": "0.5.1",
    "saveSpec": null,
    "fetchSpec": "0.5.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-cleanup-plugin/-/webpack-cleanup-plugin-0.5.1.tgz",
  "_spec": "0.5.1",
  "_where": "/var/www/vhosts/lp.l2d.co",
  "author": {
    "name": "gpbl",
    "email": "io@gpbl.org",
    "url": "https://github.com/gpbl"
  },
  "bugs": {
    "url": "https://github.com/gpbl/webpack-cleanup-plugin/issues"
  },
  "dependencies": {
    "lodash.union": "4.6.0",
    "minimatch": "3.0.3",
    "recursive-readdir-sync": "1.0.6"
  },
  "description": "Plugin for webpack to cleanup extraneous files from the output path directory",
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-core": "^6.23.1",
    "babel-eslint": "^7.1.1",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-stage-1": "^6.22.0",
    "chai": "3.5.0",
    "eslint": "^3.16.1",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-config-gpbl": "1.0.2",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "mocha": "^3.2.0",
    "rimraf": "^2.6.1",
    "sinon": "^1.17.7",
    "sinon-chai": "2.8.0",
    "webpack": "^2.2.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/gpbl/webpack-cleanup-plugin#readme",
  "keywords": [
    "webpack",
    "webpack-plugin"
  ],
  "license": "MIT",
  "main": "./lib/WebpackCleanupPlugin.js",
  "name": "webpack-cleanup-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gpbl/webpack-cleanup-plugin.git"
  },
  "scripts": {
    "build": "babel ./src -d ./lib --source-maps",
    "clean": "rimraf lib",
    "lint": "eslint src",
    "prepublish": "npm run clean && npm run build",
    "test": "mocha --compilers js:babel-core/register --require ./test/setup.js"
  },
  "version": "0.5.1"
}
