github-auth-library
Version:
A Node.js SDK for GitHub OAuth and User APIs
33 lines (32 loc) • 728 B
JSON
{
"name": "github-auth-library",
"version": "1.0.5",
"description": "A Node.js SDK for GitHub OAuth and User APIs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shekhardtu/github-auth-library.git"
},
"keywords": [
"github",
"sdk",
"oauth",
"api",
"nodejs",
"javascript",
"auth-library",
"OAuth2"
],
"author": "Hari Shekhar",
"license": "MIT",
"bugs": {
"url": "https://github.com/shekhardtu/github-auth-library/issues"
},
"homepage": "https://github.com/shekhardtu/github-auth-library#readme",
"dependencies": {
"axios": "^0.21.1"
}
}