{
  "name": "grunt-compare-size",
  "description": "Compare file sizes on this branch to master",
  "version": "0.3.1",
  "homepage": "https://github.com/rwldrn/grunt-compare-size",
  "author": {
    "name": "Rick Waldron",
    "email": "waldron.rick@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rwldrn/grunt-compare-size.git"
  },
  "bugs": {
    "url": "https://github.com/rwldrn/grunt-compare-size/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/rwldrn/grunt-compare-size/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "bin": {
    "grunt-compare-size": "bin/grunt-compare-size"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "grunt": "~0.4.0rc3",
    "gzip-js": "~0.3.1"
  },
  "devDependencies": {
    "grunt": "~0.4.0rc3",
    "grunt-contrib-nodeunit": "git://github.com/gruntjs/grunt-contrib-nodeunit.git#c69850147a42b5f2a25e530f8e5c4c435a90d235",
    "grunt-contrib-jshint": "~0.1.0",
    "grunt-contrib-watch": "~0.1.4"
  },
  "keywords": [],
  "readme": "# grunt-compare-size\n\nCompare file sizes on this branch to master\n\n## Getting Started\n\nAdd this to your project's `Gruntfile.js` gruntfile:\n```javascript\ntask.loadNpmTasks('grunt-compare-size');\n```\n\nThen add \"grunt-compare-size\" to your package.json dependencies.\n\nThen install the plugin with: `npm install`\n\nThe name to use in your own task definitions is `compare_size` (with an underscore).\n\n## Documentation\n\n - `grunt compare_size_add:<label>:...`\n - `grunt compare_size_remove:<label>:...`\n - `grunt compare_size_list`\n - `grunt compare_size_empty`\n\n\n## Testing\n\nRun tests like:\n\n``` bash\n\n# local grunt install\n$ grunt\n\n```\n\n## License\nCopyright (c) 2012 Rick Waldron <waldron.rick@gmail.com>, Corey Frang <gnarf@gnarf.net>, Richard Gibson <richard.gibson@gmail.com>, Mike Sherov <mike.sherov@gmail.com>\nLicensed under the MIT license.\n",
  "readmeFilename": "README.md",
  "_id": "grunt-compare-size@0.3.1",
  "_from": "grunt-compare-size@0.3.1"
}
