{
  "name": "webpack-assets-manifest",
  "version": "1.0.0",
  "description": "This Webpack plugin will generate a JSON file that matches the original filename with the hashed version.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/webdeveric/webpack-assets-manifest.git"
  },
  "bugs": {
    "url": "https://github.com/webdeveric/webpack-assets-manifest/issues"
  },
  "homepage": "https://github.com/webdeveric/webpack-assets-manifest",
  "keywords": [
    "webpack",
    "plugin",
    "assets",
    "manifest",
    "json"
  ],
  "main": "src/WebpackAssetsManifest.js",
  "scripts": {
    "lint": "eslint --fix src test",
    "doc": "jsdoc -c ./jsdoc.json",
    "test": "mocha --colors",
    "test:report": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
    "test:coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
    "prepublishOnly": "npm test"
  },
  "engines": {
    "node": ">=4"
  },
  "author": {
    "email": "eric@webdeveric.com",
    "name": "Eric King",
    "url": "http://webdeveric.com/"
  },
  "dependencies": {
    "chalk": "^2.0",
    "lodash.get": "^4.0",
    "lodash.has": "^4.0",
    "lodash.keys": "^4.0",
    "lodash.merge": "^4.0",
    "lodash.pick": "^4.0",
    "mkdirp": "^0.5"
  },
  "devDependencies": {
    "chai": "^4.0",
    "eslint": "^4.0",
    "eslint-config-webdeveric": "^0.2",
    "file-loader": "^0.11",
    "fs-extra": "^4.0.1",
    "istanbul": "^0.4",
    "jsdoc": "^3.0",
    "memory-fs": "^0.4.1",
    "mocha": "^3.0",
    "rimraf": "^2.0",
    "superagent": "^3.0",
    "webpack": "^3.0",
    "webpack-dev-server": "^2.0"
  }
}
