{
  "author": "Niall O'Higgins <niallo@beyondfog.com> (http://niallohiggins.com)",
  "name": "gitane",
  "description": "Easy Node.JS Git wrapper with support for SSH keys",
  "version": "0.3.2",
  "homepage": "https://github.com/niallo/Gitane",
  "keywords": [
    "git",
    "ssh",
    "strider"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/niallo/Gitane.git"
  },
  "main": "index.js",
  "dependencies": {
    "step": "~0.0.5"
  },
  "devDependencies": {
    "mocha": "~2.2.5",
    "chai": "~1.1.1"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha -R tap"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}
