{
  "_from": "git-promise@^0.2.0",
  "_id": "git-promise@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-EzsIBhsduxTXcWPbszI3nhOiLPw=",
  "_location": "/git-promise",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "git-promise@^0.2.0",
    "name": "git-promise",
    "escapedName": "git-promise",
    "rawSpec": "^0.2.0",
    "saveSpec": null,
    "fetchSpec": "^0.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/git-promise/-/git-promise-0.2.0.tgz",
  "_shasum": "133b08061b1dbb14d77163dbb332379e13a22cfc",
  "_spec": "git-promise@^0.2.0",
  "_where": "/Users/bestander/work/npm-git-lock",
  "author": {
    "name": "Fabio Crisci",
    "email": "piuccio@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/piuccio/git-promise/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "q": "~1.0.1",
    "shelljs": "~0.3.0"
  },
  "deprecated": false,
  "description": "Simple wrapper to run any git command and process it's output using promises.",
  "devDependencies": {
    "nodeunit": "~0.8.6"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/piuccio/git-promise",
  "keywords": [
    "git",
    "shell"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/piuccio/git-promise/blob/master/LICENSE"
    }
  ],
  "main": "./index.js",
  "name": "git-promise",
  "repository": {
    "type": "git",
    "url": "git://github.com/piuccio/git-promise.git"
  },
  "scripts": {
    "cover": "istanbul cover node_modules/nodeunit/bin/nodeunit -- test",
    "test": "nodeunit test"
  },
  "version": "0.2.0"
}
