{
  "_from": "webpack-shell-plugin@^0.5.0",
  "_id": "webpack-shell-plugin@0.5.0",
  "_inBundle": false,
  "_integrity": "sha1-Kbih2A3erg3bEOcpZn9yhlPCx0I=",
  "_location": "/webpack-shell-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "webpack-shell-plugin@^0.5.0",
    "name": "webpack-shell-plugin",
    "escapedName": "webpack-shell-plugin",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-shell-plugin/-/webpack-shell-plugin-0.5.0.tgz",
  "_shasum": "29b8a1d80ddeae0ddb10e729667f728653c2c742",
  "_spec": "webpack-shell-plugin@^0.5.0",
  "_where": "/docs/Quentin/Sites/reebok/www",
  "bugs": {
    "url": "https://github.com/1337programming/webpack-shell-plugin/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Run shell commands before and after webpack builds",
  "devDependencies": {
    "babel-core": "^6.7.6",
    "babel-preset-es2015-rollup": "^1.1.1",
    "css-loader": "^0.23.1",
    "eslint": "^2.7.0",
    "rollup": "^0.25.8",
    "rollup-plugin-babel": "^2.4.0",
    "style-loader": "^0.13.1",
    "webpack": "^1.13.1"
  },
  "homepage": "https://github.com/1337programming/webpack-shell-plugin",
  "keywords": [
    "webpack",
    "shell",
    "plugin",
    "shell",
    "serve",
    "hmr",
    "browser",
    "script",
    "opie",
    "manion",
    "1337"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "webpack-shell-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1337programming/webpack-shell-plugin.git"
  },
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint src/webpack-shell-plugin.js",
    "test": "webpack",
    "test:dev": "webpack-dev-server --progress",
    "webpack": "webpack --progress",
    "webpack-dev-server": "webpack-dev-server --progress"
  },
  "version": "0.5.0"
}
