{
  "name": "stats-webpack-plugin",
  "description": "Write the stats of a build to a file.",
  "version": "0.7.0",
  "license": "MIT",
  "author": {
    "name": "Daniel Perez Alvarez",
    "email": "unindented@gmail.com",
    "url": "http://unindented.org/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/unindented/stats-webpack-plugin.git"
  },
  "keywords": [
    "stats",
    "webpack"
  ],
  "scripts": {
    "spec": "mocha",
    "lint": "eslint .",
    "test": "npm run lint && npm run spec"
  },
  "peerDependencies": {
    "webpack": ">=1.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^4.15.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "mocha": "^5.0.0",
    "node-libs-browser": "^2.1.0",
    "rimraf": "^2.6.2",
    "webpack": "^3.10.0"
  },
  "dependencies": {
    "lodash": "^4.17.4"
  }
}
