{
  "name": "@webqit/oauth2-node-client",
  "title": "OAuth2 Nodejs Client",
  "description": "OAuth2 Authorization Code Flow library for Nodejs.",
  "keywords": [
    "OAuth",
    "OAuth2",
    "OAuth2-client",
    "JWT",
    "authentication",
    "authorization"
  ],
  "homepage": "https://webqit.dev/tooling/oauth2-node-client",
  "version": "0.0.62-0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webqit/oauth2-node-client.git"
  },
  "bugs": {
    "url": "https://github.com/webqit/oauth2-node-client/issues"
  },
  "type": "module",
  "main": "src/index.js",
  "scripts": {
    "postversion": "npm publish",
    "postpublish": "git push && git push --tags"
  },
  "dependencies": {
    "@webqit/util": "^0.7.0",
    "client-sessions": "^0.8.0",
    "jsonwebtoken": "^8.5.1",
    "request": "^2.88.2"
  },
  "devDependencies": {
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11"
  },
  "author": "Oxford Harrison <oxharris.dev@gmail.com>",
  "maintainers": [
    "Oxford Harrison <oxharris.dev@gmail.com>"
  ],
  "contributors": [],
  "funding": {
    "type": "patreon",
    "url": "https://patreon.com/ox_harris"
  },
  "badges": {
    "list": [
      "npmversion",
      "npmdownloads",
      "patreon"
    ],
    "config": {
      "patreonUsername": "ox_harris",
      "githubUsername": "webqit",
      "githubRepository": "oauth2-node-client",
      "githubSlug": "webqit/oauth2-node-client",
      "npmPackageName": "@webqit/oauth2-node-client"
    }
  }
}
