{
  "name": "cache-bust-loader",
  "version": "1.0.7",
  "description": "Adds cache-bust query params to referenced files",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ckotzbauer/cache-bust-loader.git"
  },
  "keywords": [
    "webpack",
    "cache",
    "bust",
    "busting",
    "cache-bust",
    "cache-busting",
    "loader",
    "webpack-loader"
  ],
  "author": "Christian Kotzbauer <christian.kotzbauer@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ckotzbauer/cache-bust-loader/issues"
  },
  "homepage": "https://github.com/ckotzbauer/cache-bust-loader#readme",
  "dependencies": {
    "loader-utils": "~2.0.0"
  }
}
