{
  "name": "gulp-hash",
  "version": "4.2.2",
  "description": "Cachebust your assets by adding a hash to the filename",
  "license": "MIT",
  "keywords": [
    "cache",
    "cachebust",
    "cache bust",
    "gulpplugin"
  ],
  "author": {
    "name": "Miikka Virtanen",
    "email": "contact@mivir.fi"
  },
  "contributors": [
    {
      "name": "https://github.com/coen-hyde"
    },
    {
      "name": "https://github.com/jorrit"
    },
    {
      "name": "https://github.com/ai"
    },
    {
      "name": "https://github.com/othree"
    },
    {
      "name": "https://github.com/outpunk"
    },
    {
      "name": "https://github.com/MEGApixel23"
    }
  ],
  "homepage": "https://github.com/Dragory/gulp-hash",
  "repository": {
    "type": "git",
    "url": "git@github.com:Dragory/gulp-hash.git"
  },
  "scripts": {
    "test": "mocha ./test"
  },
  "main": "./index.js",
  "dependencies": {
    "es6-promise": "^2.1.1",
    "lodash.assign": "^2.4.1",
    "lodash.template": "^2.4.1",
    "through2": "^2.0.0",
    "vinyl": "^2.1.0"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "mocha": "^1.20.1"
  }
}
