{
  "name": "gothub",
  "description": "A convenience wrapper for `got` to interact with the GitHub API (very similar to gh-got).",
  "version": "1.0.2",
  "author": "John Flesch <john@fles.ch>",
  "bugs": {
    "url": "https://github.com/flesch/gothub/issues"
  },
  "homepage": "https://github.com/flesch/gothub",
  "keywords": [
    "api",
    "get",
    "gh",
    "github",
    "got",
    "http",
    "request",
    "uri",
    "url"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/flesch/gothub.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "got": "^3.0.0",
    "object-assign": "^2.0.0"
  }
}
