{
  "name": "git-clone",
  "version": "0.1.0",
  "description": "Clone a git repository",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jaz303/git-clone.git"
  },
  "keywords": [
    "git",
    "clone",
    "shell"
  ],
  "author": {
    "name": "Jason Frame",
    "email": "jason@onehackoranother.com",
    "url": "http://jasonframe.co.uk"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jaz303/git-clone/issues"
  },
  "homepage": "https://github.com/jaz303/git-clone",
  "readme": "# git-clone\n\nClone a git repository via shell command.\n\n## Installation\n\nInstall:\n\n\t$ npm install git-clone\n\nRequire:\n\n\tvar clone = require('git-clone');\n\n## API\n\n#### `clone(repo, targetPath, [options], cb)`\n\nClone `repo` to `targetPath`, calling `cb` on completion.\n\nSupported `options`:\n\n  * `git`: path to `git` binary; default: `git` (optional).\n  * `shallow`: when `true`, clone with depth 1 (optional).\n  * `checkout`: revision/branch/tag to check out (optional).\n\n## Copyright &amp; License\n\n&copy; 2014 Jason Frame [ [@jaz303](http://twitter.com/jaz303) / [jason@onehackoranother.com](mailto:jason@onehackoranother.com) ]\n\nReleased under the ISC license.\n",
  "readmeFilename": "README.md",
  "_id": "git-clone@0.1.0",
  "dist": {
    "shasum": "d1fc6327e939dd0ba35e9238d0b205bb56aef8c4"
  },
  "_from": "git-clone@^0.1.0",
  "_resolved": "https://registry.npmjs.org/git-clone/-/git-clone-0.1.0.tgz"
}
