{
  "_from": "clean-webpack-plugin@^0.1.19",
  "_id": "clean-webpack-plugin@0.1.19",
  "_inBundle": false,
  "_integrity": "sha512-M1Li5yLHECcN2MahoreuODul5LkjohJGFxLPTjl3j1ttKrF5rgjZET1SJduuqxLAuT1gAPOdkhg03qcaaU1KeA==",
  "_location": "/clean-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "clean-webpack-plugin@^0.1.19",
    "name": "clean-webpack-plugin",
    "escapedName": "clean-webpack-plugin",
    "rawSpec": "^0.1.19",
    "saveSpec": null,
    "fetchSpec": "^0.1.19"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/clean-webpack-plugin/-/clean-webpack-plugin-0.1.19.tgz",
  "_shasum": "ceda8bb96b00fe168e9b080272960d20fdcadd6d",
  "_spec": "clean-webpack-plugin@^0.1.19",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example",
  "author": {
    "name": "John Agan",
    "email": "johnagan@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/johnagan/clean-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "rimraf": "^2.6.1"
  },
  "deprecated": false,
  "description": "A webpack plugin to remove your build folder(s) before building",
  "devDependencies": {
    "chai": "^4.1.1",
    "coveralls": "^2.13.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.5.0",
    "rewire": "^2.5.2"
  },
  "homepage": "https://github.com/johnagan/clean-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "clean",
    "node"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "clean-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnagan/clean-webpack-plugin.git"
  },
  "scripts": {
    "test": "mocha --recursive ./test/*_spec.js",
    "test-travis": "istanbul cover _mocha -- -R spec ./test/*_spec.js",
    "test:watch": "npm run test -- --watch"
  },
  "version": "0.1.19"
}
