clever-passport
Version:
Passport strategy for Instant Login with Clever
34 lines (33 loc) • 764 B
JSON
{
"name": "clever-passport",
"version": "1.0.3",
"description": "Passport strategy for Instant Login with Clever",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/milanmdev/clever-passport.git"
},
"keywords": [
"passport",
"clever",
"oauth",
"oauth2"
],
"author": "Milan Mehra",
"license": "MIT",
"bugs": {
"url": "https://github.com/milanmdev/clever-passport/issues"
},
"homepage": "https://github.com/milanmdev/clever-passport#readme",
"dependencies": {
"node-fetch": "^2.6.0",
"passport-oauth2": "^1.5.0",
"querystring": "^0.2.0"
},
"directories": {
"lib": "lib"
}
}