{
  "name": "grunt-hash",
  "description": "Append a unique hash to the end of a filename for cache busting.",
  "version": "0.5.0",
  "homepage": "https://github.com/jgallen23/grunt-hash",
  "author": {
    "name": "Greg Allen",
    "email": "me@jga.me"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jgallen23/grunt-hash.git"
  },
  "bugs": {
    "url": "https://github.com/jgallen23/grunt-hash/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jgallen23/grunt-hash/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "bin": "bin/grunt-hash",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-simple-mocha": "~0.4.0",
    "grunt-contrib-watch": "~0.5.3",
    "load-grunt-tasks": "~0.1.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
