mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"name": "git-open",
|
|
"version": "1.0.2",
|
|
"description": "Type `git open` to open the GitHub page or website for a repository.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/paulirish/git-open.git"
|
|
},
|
|
"keywords": [
|
|
"git",
|
|
"cli"
|
|
],
|
|
"bin": {
|
|
"git-open": "git-open"
|
|
},
|
|
"author": "Paul Irish",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/paulirish/git-open/issues"
|
|
},
|
|
"homepage": "https://github.com/paulirish/git-open"
|
|
} |