{
  "author": "Thorsten Lorenz <thlorenz@gmx.de> (thorstenlorenz.wordpress.com)",
  "name": "readdirp",
  "description": "Recursive versions of fs module functions.",
  "version": "0.1.0",
  "homepage": "https://github.com/thlorenz/readdirp",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/readdirp.git"
  },
  "main": "readdirp.js",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "minimatch": ">=0.2.4"
  },
  "devDependencies": {
    "mocha": ">=1.1.0",
    "should": ">=0.6.3"
  },
  "optionalDependencies": {},
  "engines": {
    "node": ">=0.6"
  },
  "license": "MIT"
}
