mirror of
https://github.com/paulirish/git-recent.git
synced 2026-09-10 07:26:16 -04:00
28 lines
695 B
JSON
28 lines
695 B
JSON
{
|
|
"name": "git-recent",
|
|
"version": "2.2.0",
|
|
"description": "List recent git branches, select one for checkout. See branch commits and diffs, all formatted so fancy",
|
|
"bin": {
|
|
"git-recent": "git-recent",
|
|
"git-recent-og": "git-recent-og",
|
|
"git-watch": "git-watch"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/paulirish/git-recent"
|
|
},
|
|
"keywords": [
|
|
"git",
|
|
"branches"
|
|
],
|
|
"author": "Paul Irish",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/paulirish/git-recent/issues"
|
|
},
|
|
"homepage": "https://github.com/paulirish/git-recent#readme"
|
|
}
|