{
  "name": "git-fish",
  "version": "0.0.6",
  "description": "Github Web Hook Listener",
  "main": "./index.js",
  "bin": {
    "gitfish": "./bin/gitfish"
  },
  "scripts": {
    "test": "./test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jmervine/node-git-fish.git"
  },
  "keywords": [
    "git",
    "github",
    "web hook",
    "post recieve hook",
    "hook",
    "autodeploy",
    "auto-deploy",
    "deployment"
  ],
  "author": "Joshua Mervine <joshua@mervine.net> (http://mervine.net)",
  "license": "MIT",
  "dependencies": {
    "which": "~1.0.5",
    "subarg": "~1.0.0",
    "forever": "~0.13.0",
    "async": "~0.9.0"
  },
  "devDependencies": {
    "request-lite": "~2.40.0",
    "tape": "~3.0.3",
    "http-debug": "~0.1.1"
  }
}
