@4u6u57/dotfiles
Version:
August Valera's preferences for Linux
48 lines (47 loc) • 1.49 kB
JSON
{
"name": "git-open",
"version": "2.0.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:editorconfig": "eclint check git-open* readme* .travis.yml",
"lint:package": "pjv --recommendations --warnings",
"lint:readme": "node ./node_modules/markdownlint/lib/markdownlint.js --config markdownlint.json README.md",
"test": "npm run unit && npm run lint:package && npm run lint:readme && npm run lint:editorconfig",
"unit": "bats test/",
"watch": "find . -maxdepth 2 -iname '*bats' -o -iname 'git-open' | entr bats test/"
},
"dependencies": {},
"devDependencies": {
"eclint": "^2.1.0",
"markdownlint": "^0.2.0",
"package-json-validator": "^0.6.1"
}
}