UNPKG

passport-twitch-new

Version:

Twitch (OAuth) authentication strategies using the new Twitch API for Passport.

55 lines (54 loc) 1.13 kB
{ "name": "passport-twitch-new", "version": "0.0.3", "description": "Twitch (OAuth) authentication strategies using the new Twitch API for Passport.", "keywords": [ "passport", "new", "twitch", "auth", "authn", "authentication", "identity", "oauth", "oauth2", "strategy" ], "repository": { "type": "git", "url": "git://github.com/nigh7sh4de/passport-twitch.git" }, "bugs": { "url": "http://github.com/nigh7sh4de/passport-twitch/issues" }, "author": { "name": "Dennis Plotnik", "email": "plotnikd@gmail.com", "url": "http://github.com/nigh7sh4de" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./index.js", "dependencies": { "passport-oauth2": "^1.6.0", "pkginfo": "^0.4.0" }, "devDependencies": { "vows": "0.8.x" }, "engines": { "node": ">=0.14.0" }, "maintainers": [ { "name": "Dennis Plotnik", "email": "plotnikd@gmail.com" } ], "directories": {}, "homepage": "https://github.com/nigh7sh4de/passport-twitch" }