UNPKG

node-github-oauth2

Version:

This repository contains node module for authenticating with github and interacting with github.

34 lines (33 loc) 834 B
{ "name": "node-github-oauth2", "version": "0.1.21", "description": "This repository contains node module for authenticating with github and interacting with github.", "main": "./src/index", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/AmitThakkar/node-github-oauth2.git" }, "keywords": [ "NodeJS", "Node", "Git", "oauth2", "oauth", "Node.JS" ], "author": "Amit Thakkar", "license": "ISC", "bugs": { "url": "https://github.com/AmitThakkar/node-github-oauth2/issues" }, "homepage": "https://github.com/AmitThakkar/node-github-oauth2#readme", "dependencies": { "bluebird": "^3.4.1", "github": "^2.2.0", "randomstring": "^1.1.5", "simple-oauth2": "^0.7.0" } }