{
  "author": "Jann Horn <jannhorn@googlemail.com>",
  "name": "bloodhound",
  "description": "Just find the calls to require(). All of them.",
  "version": "1.0.0",
  "homepage": "https://github.com/thejh/node-bloodhound",
  "repository": {
    "type": "git",
    "url": "git://github.com/thejh/node-bloodhound.git"
  },
  "engines": {
    "node": "~0.6.4"
  },
  "dependencies": {
    "astjourney": "*"
  },
  "devDependencies": {},
  "scripts" : {
    "test" : "tap test/*.js"
  }
}
