Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/git-remote-origin-url/package.json

{
  "_from": "git-remote-origin-url@^2.0.0",
  "_id": "git-remote-origin-url@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=",
  "_location": "/conventional-changelog-cli/git-remote-origin-url",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "git-remote-origin-url@^2.0.0",
    "name": "git-remote-origin-url",
    "escapedName": "git-remote-origin-url",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/conventional-changelog-cli/conventional-changelog-core"
  ],
  "_resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz",
  "_shasum": "5282659dae2107145a11126112ad3216ec5fa65f",
  "_spec": "git-remote-origin-url@^2.0.0",
  "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\conventional-changelog-core",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/git-remote-origin-url/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "gitconfiglocal": "^1.0.0",
    "pify": "^2.3.0"
  },
  "deprecated": false,
  "description": "Get the remote origin url of a git repository",
  "devDependencies": {
    "ava": "*",
    "xo": "*"
  },
  "engines": {
    "node": ">=4"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/git-remote-origin-url#readme",
  "keywords": [
    "git",
    "config",
    "url",
    "repo"
  ],
  "license": "MIT",
  "name": "git-remote-origin-url",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/git-remote-origin-url.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "2.0.0"
}