passport-icynet/package.json

29 lines
709 B
JSON

{
"name": "passport-icynet",
"version": "0.0.1",
"description": "Passport strategy for authentication with Icy Network (icynet.eu)",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://gitlab.icynet.eu/IcyNetwork/passport-icynet.git"
},
"keywords": [
"passport",
"icynet",
"auth",
"authentication",
"authn",
"identity",
"oauth2"
],
"author": "Evert \"Diamond\" Prants <evert@lunasqu.ee>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.icynet.eu/IcyNetwork/passport-icynet/issues"
},
"homepage": "https://gitlab.icynet.eu/IcyNetwork/passport-icynet#readme",
"dependencies": {
"passport-oauth2": "^1.2.0"
}
}