{
  "name": "webpack-chunk-hash",
  "version": "0.6.0",
  "description": "Plugin to replace a standard webpack chunk hashing with custom (md5) one.",
  "main": "index.js",
  "scripts": {
    "lint": "jshint",
    "pretest": "rimraf dist",
    "test": "jasmine-node --captureExceptions spec"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:alexindigo/webpack-chunk-hash.git"
  },
  "keywords": [
    "webpack",
    "hash",
    "plugin",
    "md5"
  ],
  "author": "Alex Indigo <iam@alexindigo.com>",
  "license": "MIT",
  "dependencies": {
    "@types/webpack": "^3.0.0 || ^4.0.0"
  },
  "devDependencies": {
    "argparse": "^1.0.4",
    "jasmine-node": "^1.14.5",
    "jshint": "^2.8.0",
    "rimraf": "^2.5.4",
    "webpack": "^1.13.3"
  }
}
