@ambergg/passport-faceit
Version:
FACEIT (OAuth2) authentication strategies for Passport.
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "@ambergg/passport-faceit",
"version": "1.1.1",
"description": "FACEIT (OAuth2) authentication strategies for Passport.",
"keywords": [
"passport",
"faceit",
"auth",
"oauth",
"oauth2",
"authentication",
"identity",
"strategy"
],
"repository": {
"type": "git",
"url": "https://github.com/amber-gg/passport-faceit.git"
},
"bugs": {
"url": "https://github.com/amber-gg/passport-faceit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
"jsonwebtoken": "^8.5.1",
"passport-oauth2": "^1.6.1"
},
"engines": {
"node": ">=0.10.0"
},
"directories": {
"lib": "lib"
},
"homepage": "https://github.com/amber-gg/passport-faceit",
"publishConfig": {
"@terry94:registry": "https://npm.pkg.github.com/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "amber.gg",
"license": "MIT"
}