nodebb-plugin-sso-saml/package.json

36 lines
976 B
JSON
Raw Normal View History

2014-09-22 19:38:45 +02:00
{
"name": "nodebb-plugin-sso-saml",
2014-10-08 13:31:33 +02:00
"version": "0.0.4",
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": {
2014-10-08 13:31:33 +02:00
"passport-saml": "~0.5.3",
"winston" : "0.8.1"
2014-09-22 19:38:45 +02:00
},
"homepage": "https://github.com/GeographicaGS/nodebb-plugin-sso-saml.git",
"_id": "nodebb-plugin-sso-saml@0.0.2"
2014-09-22 19:38:45 +02:00
}