{
  "name": "grunt-cache-breaker",
  "description": "Simple cache-breaker, appends a timestamp or md5 hash to any urls",
  "version": "2.0.1",
  "homepage": "https://github.com/shakyshane/grunt-cache-breaker",
  "author": {
    "name": "Shane Osbourne",
    "email": "shane.osbourne8@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shakyshane/grunt-cache-breaker.git"
  },
  "bugs": {
    "url": "https://github.com/shakyshane/grunt-cache-breaker/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shakyshane/grunt-cache-breaker/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-nodeunit": "^0.4.1",
    "lodash": "^3.10.1"
  },
  "keywords": [
    "gruntplugin",
    "cache",
    "bust",
    "buster",
    "break"
  ],
  "dependencies": {
    "cache-breaker": "0.0.4",
    "lodash.clonedeep": "^3.0.2"
  }
}
