{
  "name": "grunt-cachebust-plus",
  "description": "Bust static assets from the cache using content hashing, inspired by hollandben's grunt-cache-bust plugin",
  "version": "0.1.2",
  "author": "yuchen <yuuuuc@163.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/yu521088/grunt-cachebust-plus.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/yu521088/grunt-cachebust-plus/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-nodeunit": "~0.3.3",
    "grunt-contrib-watch": "~0.6.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.0"
  },
  "dependencies": {
    "cheerio": "~0.14.0",
    "css": "^1.6.0"
  },
  "keywords": [
    "grunt",
    "grunt plugin",
    "cache",
    "bust",
    "bust assets"
  ]
}
