{
  "name": "bin-git",
  "version": "v0.99.2",
  "description": "A binary package of git, as an npm module",
  "main": "index.js",
  "bin": {
    "git": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/beardtree/node-git-binary.git"
  },
  "author": "Dan Kaplun <dan@beardtree.com>",
  "license": "GPL",
  "bugs": {
    "url": "https://github.com/beardtree/node-git-binary/issues"
  },
  "homepage": "https://github.com/beardtree/node-git-binary",
  "dependencies": {
    "bluebird": "^2.3.5",
    "child-process-promise": "^1.0.0"
  },
  "devDependencies": {
    "gulp": "^3.8.8",
    "gulp-util": "^3.0.1",
    "optimist": "^0.6.1",
    "semver": "^4.0.3"
  }
}