{
  "name": "filesize",
  "description": "JavaScript library to generate a human readable String describing the file size",
  "version": "3.3.0",
  "homepage": "http://filesizejs.com",
  "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/avoidwork/filesize.js.git"
  },
  "bugs": {
    "url": "https://github.com/avoidwork/filesize.js/issues"
  },
  "license": "BSD-3-Clause",
  "main": "lib/filesize",
  "engines": {
    "node": ">= 0.4.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.4",
    "babel-preset-es2015": "^6.1.2",
    "grunt": "^0.4.5",
    "grunt-babel": "^6.0.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-concat": "^0.1.3",
    "grunt-contrib-watch": "^0.2.0",
    "grunt-eslint": "^17.3.1",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-sed": "^0.1.1"
  },
  "keywords": ["file", "filesize", "size", "readable", "file system", "bytes", "diff"]
}
