{
  "name": "grunt-filerev",
  "version": "2.3.1",
  "description": "Asset revisioning by using file content hashing",
  "keywords": [
    "gruntplugin",
    "optimize",
    "rev",
    "revision",
    "minify",
    "assets"
  ],
  "author": {
    "name": "Frederick Ros",
    "email": "frederick.ros@gmail.com",
    "url": "https://github.com/sleeper"
  },
  "repository": "yeoman/grunt-filerev",
  "scripts": {
    "test": "grunt"
  },
  "files": [
    "tasks"
  ],
  "dependencies": {
    "chalk": "^1.0.0",
    "convert-source-map": "^1.0.0",
    "each-async": "^0.1.3"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-jscs": "^1.5.0",
    "grunt-simple-mocha": "^0.4.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "BSD"
}
