{
  "name": "readdir-plus",
  "version": "1.1.1",
  "description": "fs.readdir with additional options: recursive, details, get stat, load content and more",
  "main": "lib/readdir-plus.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "./test-all.sh"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/panta82/readdir-plus.git"
  },
  "keywords": [
    "readdir",
    "recursive",
    "stat",
    "directory",
    "tree",
    "path"
  ],
  "author": "panta82",
  "license": "Apache 2",
  "bugs": {
    "url": "https://github.com/panta82/readdir-plus/issues"
  },
  "homepage": "https://github.com/panta82/readdir-plus",
  "devDependencies": {
    "nodeunit": "^0.11.3",
    "prettier": "^1.19.1"
  }
}
