{
  "_from": "webpack-manifest-plugin@1.3.2",
  "_id": "webpack-manifest-plugin@1.3.2",
  "_inBundle": false,
  "_integrity": "sha512-MX60Bv2G83Zks9pi3oLOmRgnPAnwrlMn+lftMrWBm199VQjk46/xgzBi9lPfpZldw2+EI2S+OevuLIaDuxCWRw==",
  "_location": "/webpack-manifest-plugin",
  "_phantomChildren": {
    "graceful-fs": "4.1.11",
    "klaw": "1.3.1",
    "path-is-absolute": "1.0.1",
    "rimraf": "2.6.2"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-manifest-plugin@1.3.2",
    "name": "webpack-manifest-plugin",
    "escapedName": "webpack-manifest-plugin",
    "rawSpec": "1.3.2",
    "saveSpec": null,
    "fetchSpec": "1.3.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-1.3.2.tgz",
  "_shasum": "5ea8ee5756359ddc1d98814324fe43496349a7d4",
  "_spec": "webpack-manifest-plugin@1.3.2",
  "_where": "/var/www/html/sandbox/digital-mirror-display",
  "author": {
    "name": "Dane Thurber",
    "email": "dane.thurber@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/danethurber/webpack-manifest-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "fs-extra": "^0.30.0",
    "lodash": ">=3.5 <5"
  },
  "deprecated": false,
  "description": "webpack plugin for generating asset manifests",
  "devDependencies": {
    "codecov": "^2.2.0",
    "css-loader": "^0.9.1",
    "extract-text-webpack-plugin": "^0.5.0",
    "file-loader": "^0.9.0",
    "jasmine": "^2.2.1",
    "memory-fs": "^0.2.0",
    "nyc": "^10.3.2",
    "rimraf": "^2.6.1",
    "style-loader": "^0.8.3",
    "webpack": "^1.7.3"
  },
  "engines": {
    "node": ">=0.10"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/danethurber/webpack-manifest-plugin",
  "license": "MIT",
  "main": "index.js",
  "name": "webpack-manifest-plugin",
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ],
    "exclude": [
      "spec"
    ]
  },
  "peerDependencies": {
    "webpack": "1 || 2 || 3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danethurber/webpack-manifest-plugin.git"
  },
  "scripts": {
    "test": "nyc jasmine"
  },
  "version": "1.3.2"
}
