git-subtree
Version:
Git subtree helper
32 lines (31 loc) • 664 B
JSON
{
"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"
}
}