{
  "name": "glg-clone",
  "version": "1.0.17",
  "description": "Helper for Cloning Git Repos",
  "main": "./lib/api.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/glg/glg-clone"
  },
  "bin": {
    "clone": "./bin/glg-clone"
  },
  "author": "Benjamin Hudgens",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/glg/glg-clone/issues"
  },
  "homepage": "https://github.com/glg/glg-clone",
  "dependencies": {
    "docopt": "0.6.2",
    "fs-promise": "0.5.0",
    "iphb-logs": "0.0.18",
    "prompt": "0.2.14"
  }
}
