{
  "name": "oauth3-cli",
  "version": "1.0.0",
  "description": "Boldly taking OAuth2 where it has never gone before!",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://git.daplie.com/OAuth3/oauth3-cli.git"
  },
  "keywords": [
    "oauth",
    "oauth2",
    "oauth3",
    "oauth4",
    "oidc",
    "openid",
    "connect"
  ],
  "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://git.daplie.com/OAuth3/oauth3-cli/issues"
  },
  "homepage": "https://git.daplie.com/OAuth3/oauth3-cli#readme",
  "dependencies": {
    "authenticator": "^1.1.0",
    "bluebird": "^3.0.6",
    "cli": "^0.11.1",
    "colors": "^1.1.2",
    "country-data": "0.0.24",
    "escape-string-regexp": "^1.0.3",
    "homedir": "^0.6.0",
    "jsonwebtoken": "^5.5.4",
    "mkdirp": "^0.5.1",
    "node-uuid": "^1.4.7",
    "qrcode-terminal": "git+https://github.com/gtanner/qrcode-terminal.git",
    "request": "^2.69.0",
    "strip-ansi": "^3.0.1",
    "stripe": "^4.4.0"
  }
}
