{
  "name"       : "rmdir",
  "version"    : "1.2.0",
  "description": "Remove all files in the given path recursively",
  "keywords"   : [
    "remove", "remove files", "remove all files", "remove path",
    "remove dir", "rm -r", "rmdir", "remove files recursively"
  ],
  "author"      : "dreamerslab <ben@dreamerslab.com>",
  "contributors": [
    { "name": "Aaron Larner" },
    { "name": "Glen R. Goodwin" },
    {
      "name" : "David Pate",
      "email": "davidtpate@gmail.com",
      "url"  : "http://davidtpate.com"
    },
    {
      "name" : "Radare",
      "email": "pancake@nopcode.org",
      "url"  : "http://www.radare.org/"
    }
  ],
  "dependencies": {
    "node.flow" : "1.2.3"
  },
  "repository"  : {
    "type": "git",
    "url" : "https://github.com/dreamerslab/node.rmdir.git"
  },
  "main"    : "index",
  "engines" : [ "node >= 0.8.0" ],
  "licenses": [{
    "type": "MIT",
    "url" : "http://en.wikipedia.org/wiki/MIT_License"
  }],
  "scripts" : {
    "test"  : "node test/run.js"
  }
}
