{
  "name": "grunt-filesize",
  "description": "A Grunt plugin for logging filesize.",
  "version": "0.0.7",
  "homepage": "https://github.com/k-maru/grunt-filesize",
  "author": {
    "name": "kazuhide maruyama"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/k-maru/grunt-filesize.git"
  },
  "bugs": {
    "url": "https://github.com/k-maru/grunt-filesize/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/k-maru/grunt-filesize/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt": "~0.4.2",
    "numeral": "~1.5.3",
    "moment": "~2.9.0"
  },
  "peerDependencies": {
    "grunt": "~0.4.2"
  },
  "dependencies": {
    "numeral": "~1.5.3",
    "moment": "~2.9.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}