package.json
{
"name": "stringify-github-short-url",
"version": "3.0.0",
"description": "Generate Github / npm shorthand from list of arguments or object.",
"repository": "tunnckoCore/stringify-github-short-url",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "standard && node test.js"
},
"dependencies": {},
"devDependencies": {
"assertit": "^0.1.0",
"pre-commit": "^1.1.2"
},
"files": [
"index.js"
],
"keywords": [
"branch",
"gh",
"git",
"github",
"name",
"object",
"org",
"owner",
"regex",
"release",
"repo",
"short",
"shorthand",
"string",
"stringify",
"stringify-github-short-url",
"tag",
"url",
"user",
"util"
]
}