paulirish.git-open/package.json
2015-05-01 17:33:07 -07:00

22 lines
493 B
JSON

{
"name": "git-open",
"version": "1.0.1",
"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"
}