passport-faithlife
Version:
Faithlife authentication strategy for Passport and Node.js.
29 lines (28 loc) • 763 B
JSON
{
"name": "passport-faithlife",
"version": "0.1.0",
"description": "Faithlife authentication strategy for Passport and Node.js.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Faithlife/passport-faithlife.git"
},
"keywords": [
"passport",
"faithlife",
"auth",
"oauth"
],
"author": "Michael Schoonmaker <michael.r.schoonmaker@gmail.com> (http://www.schoonology.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Faithlife/passport-faithlife/issues"
},
"homepage": "https://github.com/Faithlife/passport-faithlife#readme",
"dependencies": {
"passport-oauth1": "~1.0.1"
}
}