{
  "name": "nodegit-wip",
  "description": "Node.js libgit2 asynchronous native bindings",
  "version": "0.1.0",
  "homepage": "https://github.com/tbranyen/nodegit",
  "keywords": [
    "libgit2",
    "git2",
    "git",
    "native"
  ],
  "license": "MIT",
  "author": "Tim Branyen <tim@tabdeveloper.com> (http://twitter.com/tbranyen)",
  "contributors": [
    {
      "name": "Michael Robinson",
      "email": "mike@pagesofinterest.net"
    }
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/tbranyen/nodegit.git"
  },
  "directories": {
    "build": "./build",
    "lib": "./lib"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "dependencies": {
    "async": ">= 0.1.21",
    "request": "2.9.x",
    "node-gyp": "~0.8.2",
    "tar": "0.1.17",
    "fs-extra": "0.6.0"
  },
  "devDependencies": {
    "nodeunit": "",
    "rimraf": "1.0.x",
    "ejs": "0.8.x"
  },
  "scripts": {
    "install": "node install.js",
    "test": "cd test && nodeunit *.js",
    "gen": "node gen.js"
  }
}
