git-origin-url
Version:
Retrieve the git remote origin URL of the current repo.
28 lines (27 loc) • 549 B
JSON
{
"name": "git-origin-url",
"version": "0.3.0",
"description": "Retrieve the git remote origin URL of the current repo.",
"author": "Wil Moore III <wil.moore@wilmoore.com>",
"keywords": [
"git",
"remote",
"origin",
"repo",
"repository",
"url"
],
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/wilmoore/node-git-origin-url.git"
},
"dependencies": {},
"devDependencies": {
"tape": "^2.10.2"
},
"license": "MIT"
}