{
  "name": "powerwalk",
  "version": "2.0.2",
  "description": "Recursively walks a directory and emits filenames. Supports additional stat and read events (if you want them).",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jxson/powerwalk.git"
  },
  "keywords": [
    "walk",
    "tree",
    "file",
    "files",
    "fs",
    "util"
  ],
  "author": "Jason Campbell <jasoncampbell@google.com> (http://artifact.sh)",
  "license": "MIT",
  "dependencies": {
    "debug": "^2.2.0",
    "end-of-stream": "^1.1.0",
    "errno": "^0.1.2",
    "graceful-fs": "^3.0.2",
    "inherits": "^2.0.1",
    "prr": "^1.0.1",
    "readable-stream": "^2.0.0",
    "xtend": "^4.0.0"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.17",
    "tape": "^4.0.0",
    "through2": "^0.6.5"
  },
  "bugs": {
    "url": "https://github.com/jxson/powerwalk/issues"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/jxson/powerwalk"
}
