github-oauth2
Version:
A utility to get Oauth2 tokens from github for use in api calls.
25 lines (24 loc) • 494 B
JSON
{
"name": "github-oauth2",
"version": "0.1.1",
"description": "A utility to get Oauth2 tokens from github for use in api calls.",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": "",
"keywords": [
"git",
"Oauth2",
"authentication",
"github"
],
"author": "Andrew Winterman",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"ap": "~0.2.0",
"git-credential": "~1.0.0",
"request": "~2.21.0"
}
}