git-sbs
Version:
View git diffs side-by-side
33 lines (32 loc) • 528 B
JSON
{
"name": "git-sbs",
"version": "0.2.2",
"description": "View git diffs side-by-side",
"keywords": [
"compare",
"comparison",
"diff",
"git",
"git sbs",
"sbs"
],
"bin": {
"git-sbs": "./cli.js"
},
"files": [
"cli.js",
"index.js",
"LICENSE",
"README.md"
],
"scripts": {
"start": "node index.js"
},
"author": "Vu Tran <vu@vu-tran.com>",
"license": "MIT",
"dependencies": {
"blessed": "^0.1.81",
"colors": "^1.1.2",
"git-parser": "^0.2.0"
}
}