{
  "name": "file-size",
  "version": "0.0.5",
  "description": "Lightweight filesize to human-readable / proportions w/o dependencies.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter dot --check-leaks test/"
  },
  "keywords": [
    "filesize",
    "file",
    "size",
    "bytes",
    "human",
    "readable",
    "iec",
    "si",
    "jedec"
  ],
  "repository": "git://github.com/Nijikokun/file-size.git",
  "author": "Nijiko Yonskai <nijikokun@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^1.20.1",
    "should": "^4.0.1"
  }
}
