{
  "name": "git-subtree",
  "version": "0.2.1",
  "description": "Git subtree helper",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "gitsbt": "bin/gitsbt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plitex/git-subtree.git"
  },
  "keywords": [
    "git",
    "subtree"
  ],
  "license": "MIT",
  "author": "Miguel A. Mejias",
  "bugs": {
    "url": "https://github.com/plitex/git-subtree/issues"
  },
  "homepage": "https://github.com/plitex/git-subtree#readme",
  "dependencies": {
    "async": "^1.4.0",
    "colors": "^1.1.2",
    "lodash": "^3.10.1"
  }
}
