{
  "name": "grunt-max-filesize",
  "description": "Throws an error if files are over a certain size.",
  "version": "0.1.1",
  "homepage": "https://github.com/alexcorre/grunt-max-filesize",
  "author": {
    "name": "Alex Corre",
    "email": "alexcorre513@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/alexcorre/grunt-max-filesize.git"
  },
  "bugs": {
    "url": "https://github.com/alexcorre/grunt-max-filesize/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/alexcorre/grunt-max-filesize/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "underscore": "1.6.x"
  },
  "devDependencies": {
    "grunt-cli": "*",
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-nodeunit": "^0.3.3",
    "grunt": "~0.4.5",
    "sinon": "1.9.x"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
