{
  "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
  "name": "readdirp",
  "description": "Recursive version of fs.readdir with streaming api.",
  "version": "0.2.4",
  "homepage": "https://github.com/thlorenz/readdirp",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/readdirp.git"
  },
  "engines": {
    "node": ">=0.4"
  },
  "keywords": [
    "recursive",
    "fs",
    "stream",
    "streams",
    "readdir",
    "filesystem",
    "find",
    "filter"
  ],
  "main": "readdirp.js",
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "minimatch": ">=0.2.4"
  },
  "devDependencies": {
    "tap": "~0.3.1",
    "through": "~1.1.0",
    "minimatch": "~0.2.7"
  },
  "optionalDependencies": {},
  "license": "MIT"
}
