34 lines
951 B
JSON
34 lines
951 B
JSON
{
|
|
"name": "nodebb-plugin-sso-saml",
|
|
"version": "0.0.3",
|
|
"description": "NodeBB SAML SSO",
|
|
"main": "library.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml.git"
|
|
},
|
|
"keywords": [
|
|
"nodebb",
|
|
"plugin",
|
|
"saml",
|
|
"simple saml2 php",
|
|
"sso",
|
|
"single sign on",
|
|
"registration"
|
|
],
|
|
"author": {
|
|
"name": "Alberto Asuero",
|
|
"email": "alberto.asuero@geographica.gs"
|
|
},
|
|
"license": "gpl2",
|
|
"bugs": {
|
|
"url": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml/issues"
|
|
},
|
|
"readme": "# NodeBB SAML SSO\n\nNodeBB Plugin that allows users to login/register via a account.\n\n## Installation\n\n npm install nodebb-plugin-sso-saml\n",
|
|
"readmeFilename": "README.md",
|
|
"dependencies": {
|
|
"passport-saml": "~0.5.3"
|
|
},
|
|
"homepage": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml.git",
|
|
"_id": "nodebb-plugin-sso-saml@0.0.2"
|
|
}
|