{
  "name": "github-repo-url",
  "description": "Extract a GitHub project's URL from its git repository URL.",
  "version": "0.2.1",
  "homepage": "https://github.com/jonschlinkert/github-repo-url",
  "author": {
    "name": "Jon Schlinkert",
    "url": "http://github.com/https://github.com/jonschlinkert/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/github-repo-url.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/github-repo-url/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jonschlinkert/github-repo-url/blob/master/LICENSE-MIT"
    }
  ],
  "keywords": [
    "git",
    "gh",
    "git repo",
    "repo name",
    "repository",
    "repo"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.8"
  },
  "scripts": {
    "test": "mocha -R test"
  },
  "devDependencies": {
    "verb": "~0.2.0"
  },
  "dependencies": {
    "github-url-from-git": "~1.1.1",
    "remote-origin-url": "~0.2.1",
    "verbalize": "^0.1.2"
  }
}
