{
  "name": "get-folder-size",
  "version": "1.0.1",
  "description": "Get the size of a folder by recursively iterating through all its sub(files && folders).",
  "main": "index.js",
  "bin": {
    "get-folder-size": "bin/get-folder-size"
  },
  "dependencies": {
    "async": "^1.4.2",
    "gar": "^1.0.2"
  },
  "devDependencies": {
    "alessioalex-standard": "^1.0.0",
    "husky": "^0.10.1",
    "mocha": "^2.3.3",
    "proxyquire": "^1.7.3",
    "should": "^7.1.1"
  },
  "scripts": {
    "test": "mocha",
    "lint": "alessioalex-standard",
    "precommit": "npm run lint && npm test"
  },
  "keywords": [
    "folder",
    "size"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alessioalex/get-folder-size.git"
  },
  "author": "Alexandru Vladutu <alexandru.vladutu@gmail.com>",
  "license": "MIT"
}
