{
  "name": "github-base",
  "description": "Low-level methods for working with the GitHub API in node.js/JavaScript.",
  "version": "1.0.0",
  "homepage": "https://github.com/jonschlinkert/github-base",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "contributors": [
    "Brian Woodward (https://twitter.com/doowb)",
    "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    "Olsten Larck (https://i.am.charlike.online)"
  ],
  "repository": "jonschlinkert/github-base",
  "bugs": {
    "url": "https://github.com/jonschlinkert/github-base/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lib"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=8"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "get-value": "^3.0.1",
    "needle": "^2.2.2",
    "paged-request": "^1.0.2",
    "parse-link-header": "^1.0.1",
    "qs": "^6.5.1",
    "use": "^3.1.0"
  },
  "devDependencies": {
    "minimist": "^1.2.0",
    "data-store": "^1.0.0",
    "mocha": "^3.5.3",
    "kind-of": "^6.0.2",
    "gulp-format-md": "^1.0.0"
  },
  "keywords": [
    "api",
    "base",
    "del",
    "delete",
    "get",
    "github",
    "paginate",
    "paginated",
    "patch",
    "post",
    "put",
    "request"
  ],
  "verb": {
    "layout": "default",
    "toc": {
      "render": true,
      "method": "preWrite",
      "collapsible": true,
      "maxdepth": 4
    },
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "gists",
        "repos",
        "topics",
        "github-contributors"
      ]
    },
    "reflinks": [
      "needle",
      "qs",
      "use"
    ]
  }
}
