UNPKG

passport-extended

Version:

fluff on top of passport

38 lines (37 loc) 840 B
{ "name": "passport-extended", "version": "0.0.1", "description": "fluff on top of passport", "main": "index.js", "dependencies": { "passport-openid": "~0.2.3", "passport-oauth": "~0.1.12", "passport-google": "~0.2.0", "passport": "~0.1.15", "passport-local": "~0.1.6", "passport-twitter": "~0.1.4", "passport-facebook": "~0.1.4", "sprintf": "~0.1.1" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/Xananax/passport-extended.git" }, "keywords": [ "express", "connect", "auth", "authentification", "google", "facebook", "twitter", "openId" ], "author": "xananax@yelostudio.com", "license": "MIT", "readmeFilename": "Readme.md" }