{
  "name": "read-directory",
  "version": "3.0.2",
  "description": "Read a directory of files",
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "build:docs": "documentation readme index.js -s API",
    "lint": "standard index.js transform.js tests/index.js",
    "test": "npm run lint && tape tests/index.js | tap-spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sethvincent/read-directory.git"
  },
  "author": "sethvincent",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sethvincent/read-directory/issues"
  },
  "homepage": "https://github.com/sethvincent/read-directory#readme",
  "devDependencies": {
    "browserify": "^16.3.0",
    "documentation": "^12.0.1",
    "hyperdrive": "^9.15.0",
    "mirror-folder": "^3.0.0",
    "standard": "^13.0.2",
    "tap-spec": "^5.0.0",
    "tape": "^4.11.0"
  },
  "dependencies": {
    "defaults": "^1.0.3",
    "each-async": "^1.1.1",
    "glob": "^7.1.2",
    "static-module": "^3.0.0",
    "through2": "^2.0.3"
  }
}
