paulirish.git-open/package.json
2015-09-10 12:12:31 -04:00

24 lines
523 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",
"git-home" : "git-open"
},
"author": "Paul Irish",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulirish/git-open/issues"
},
"homepage": "https://github.com/paulirish/git-open"
}