{
  "name": "pushover-giting",
  "description": "git push deploy server over http",
  "version": "0.0.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/mangoraft/pushover.git"
  },
  "main": "index.js",
  "keywords": [
    "git",
    "push",
    "deploy",
    "http",
    "web",
    "repository"
  ],
  "scripts": {
    "test": "tap test/*.js"
  },
  "dependencies": {
    "git-side-band-message": "0.0.3",
    "http-duplex": "~0.0.2",
    "inherits": "^1.0.0",
    "mkdirp": "~0.3.4",
    "through": "~2.2.7"
  },
  "devDependencies": {
    "tap": "~0.4.0",
    "seq": "~0.3.5"
  },
  "engines": {
    "node": ">=0.4.0"
  },
  "license": "MIT",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  }
}
