{
  "name": "gulp-cachebust",
  "description": "Generates checksums and renames references to files, useful for cachebusting",
  "version": "0.0.11",
  "license": "MIT",
  "author": "Josiah <josiah@web-dev.com.au>",
  "contributors": [
    {
      "name": "Jaime Vega",
      "email": "jhuesos@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:jhuesos/gulp-cachebust.git"
  },
  "homepage": "https://www.npmjs.com/package/gulp-cachebust",
  "bugs": {
    "url": "https://github.com/jhuesos/gulp-cachebust/issues"
  },
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "through2": "^0.5.1",
    "plugin-error": "^1.0.1",
    "slash": "1.0.0"
  },
  "devDependencies": {
    "chai": "^4.1.1",
    "lodash": "^4.0.0",
    "mocha": "^6.2.0",
    "vinyl": "^1.1.0"
  }
}
