paulirish.git-recent/package.json
Paul Irish a7ae3198bd v1.1.0
2018-10-11 11:35:28 -07:00

26 lines
576 B
JSON

{
"name": "git-recent",
"version": "1.1.0",
"description": "List recent git branches, formatted so fancy",
"bin": {
"git-recent": "git-recent"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulirish/git-recent.git"
},
"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"
}