UNPKG

passport-oauth2-password-grant

Version:
51 lines (50 loc) 1.06 kB
{ "name": "passport-oauth2-password-grant", "version": "0.0.4", "description": "OAuth 2.0 password grant authentication strategy for Passport.", "keywords": [ "passport", "auth", "authn", "authentication", "authz", "authorization", "oauth", "oauth2", "password" ], "author": { "name": "Sean Burke", "email": "leftmostcat@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/leftmostcat/passport-oauth2-password-grant.git" }, "bugs": { "url": "http://github.com/leftmostcat/passport-oauth2-password-grant/issues" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "main": "./lib", "dependencies": { "passport-strategy": "1.x.x", "passport-oauth2": "1.x.x", "oauth": "0.9.x" }, "devDependencies": { "mocha": "2.x.x", "chai": "2.x.x", "chai-passport-strategy": "0.2.x" }, "engines": { "node": ">= 0.4.0" }, "scripts": { "test": "node_modules/.bin/mocha" } }