passport-indieauth
Version:
IndieAuth authentication strategy for Passport.
20 lines (19 loc) • 639 B
JSON
{
"name": "passport-indieauth",
"version": "0.0.4",
"description": "IndieAuth authentication strategy for Passport.",
"author": "Michael Owens <mk@mowens.com> (http://mowens.com/)",
"repository": {
"type": "git",
"url": "http://github.com/mko/passport-indieauth.git"
},
"main": "./lib/passport-indieauth",
"dependencies": {
"microformat-node": "^0.2.11",
"passport-strategy": "1.x.x",
"request": "^2.37.0",
"underscore": "^1.6.0"
},
"engines": { "node": ">= 0.10.x" },
"keywords": ["passport", "indieauth", "indieweb", "indie", "indieprofile", "auth", "authn", "authentication", "identity"]
}