remote-origin-url
Version:
Get the git remote origin URL from your local git repository. Remember! A remote origin must exist first!
74 lines (73 loc) • 1.53 kB
JSON
{
"name": "remote-origin-url",
"description": "Get the git remote origin URL from your local git repository. Remember! A remote origin must exist first!",
"version": "2.0.0",
"homepage": "https://github.com/jonschlinkert/remote-origin-url",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Brian Woodward (https://twitter.com/doowb)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)"
],
"repository": "jonschlinkert/remote-origin-url",
"bugs": {
"url": "https://github.com/jonschlinkert/remote-origin-url/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"parse-git-config": "^3.0.0"
},
"devDependencies": {
"delete": "^1.1.0",
"gitty": "^3.6.0",
"gulp-format-md": "^2.0.0",
"mocha": "^5.2.0"
},
"keywords": [
"git",
"git remote",
"git remote origin",
"node",
"node.js",
"origin",
"remote",
"remote origin",
"remote origin url",
"url"
],
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"git-config-path",
"git-user-name",
"git-username",
"is-git-url",
"parse-github-url"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
}
}