{
  "name": "webpack-cleanup-plugin",
  "version": "0.5.1",
  "description": "Plugin for webpack to cleanup extraneous files from the output path directory",
  "main": "./lib/WebpackCleanupPlugin.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "build": "babel ./src -d ./lib --source-maps",
    "prepublish": "npm run clean && npm run build",
    "lint": "eslint src",
    "test": "mocha --compilers js:babel-core/register --require ./test/setup.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gpbl/webpack-cleanup-plugin.git"
  },
  "keywords": [
    "webpack",
    "webpack-plugin"
  ],
  "author": "gpbl <io@gpbl.org> (https://github.com/gpbl)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gpbl/webpack-cleanup-plugin/issues"
  },
  "homepage": "https://github.com/gpbl/webpack-cleanup-plugin#readme",
  "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"
  },
  "dependencies": {
    "lodash.union": "4.6.0",
    "minimatch": "3.0.3",
    "recursive-readdir-sync": "1.0.6"
  }
}
