2014-09-22 19:38:45 +02:00
{
"name" : "nodebb-plugin-sso-saml" ,
2014-10-06 18:17:23 +02:00
"version" : "0.0.3" ,
2014-09-22 19:38:45 +02:00
"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" ,
2014-10-06 18:17:23 +02:00
"_id" : "nodebb-plugin-sso-saml@0.0.2"
2014-09-22 19:38:45 +02:00
}