{
  "name": "reap",
  "version": "0.1.0",
  "description": "Monitor and unlink old files",
  "keywords": [
    "reap",
    "gc",
    "reaper",
    "tmp",
    "temporary"
  ],
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/reap.git"
  },
  "dependencies": {
    "commander": "~1.2.0",
    "ms": "~0.6.1",
    "batch": "~0.4.0",
    "debug": "*",
    "bytes": "~0.2.1"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "bin": {
    "reap": "bin/reap"
  },
  "main": "index"
}
