github-url-from-git
Version:
Parse a github git url and return the github repo url
32 lines (31 loc) • 726 B
JSON
{
"name": "github-url-from-git",
"version": "1.5.0",
"description": "Parse a github git url and return the github repo url",
"main": "index.js",
"scripts": {
"pretest": "standard",
"test": "nyc mocha test.js --reporter spec --require should",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/node-github-url-from-git.git"
},
"keywords": [
"github",
"git",
"url",
"parser"
],
"author": "TJ Holowaychuk",
"license": "MIT",
"devDependencies": {
"better-assert": "^1.0.2",
"mocha": "^3.2.0",
"nyc": "^10.0.0",
"should": "^11.1.1",
"standard": "^8.6.0",
"standard-version": "^4.0.0-1"
}
}