mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 15:36:16 -04:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "git-open",
|
|
"version": "1.1.0",
|
|
"description": "Type `git open` to open the GitHub/GitLab/Bitbucket homepage for a repository.",
|
|
"author": "Paul Irish (http://paulirish.com/)",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/paulirish/git-open",
|
|
"bugs": {
|
|
"url": "https://github.com/paulirish/git-open/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/paulirish/git-open.git"
|
|
},
|
|
"contributors": [
|
|
"Paul Irish (http://paulirish.com/)",
|
|
"Jason McCreary <jason@pureconcepts.net> (http://jason.pureconcepts.net/)",
|
|
"David O'Trakoun <me@davidosomething.com> (https://davidosomething.com/)"
|
|
],
|
|
"keywords": [
|
|
"git",
|
|
"cli"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.10.3",
|
|
"npm": ">=2.0.0"
|
|
},
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"git-open": "git-open",
|
|
"git-home": "git-open"
|
|
},
|
|
"scripts": {
|
|
"lint:package": "echo \"\nLinting package.json\" && pjv --recommendations --warnings && echo \"OK\n\n\"",
|
|
"lint:readme": "echo \"\nLinting README.md\" && markdownlint --config markdownlint.json README.md && echo \"OK\n\n\"",
|
|
"test": "npm run --silent lint:package && npm run --silent lint:readme"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"markdownlint": "^0.2.0",
|
|
"package-json-validator": "^0.6.1"
|
|
}
|
|
}
|