nodebb-plugin-sso-oauth/package.json

34 lines
673 B
JSON
Raw Normal View History

2014-01-29 16:42:06 +00:00
{
"name": "nodebb-plugin-sso-oauth",
2014-09-18 16:42:10 +00:00
"version": "0.2.2",
2014-01-29 16:42:06 +00:00
"description": "NodeBB Generic OAuth SSO",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/julianlam/nodebb-plugin-sso-oauth"
},
"keywords": [
"nodebb",
"plugin",
"oauth",
"oauth2",
2014-01-29 16:42:06 +00:00
"sso",
"single sign on",
"login",
2014-01-29 16:42:06 +00:00
"registration"
],
"author": {
"name": "Julian Lam",
"email": "julian@nodebb.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/julianlam/nodebb-plugin-sso-oauth/issues"
},
"readme": "",
"readmeFilename": "README.md",
"dependencies": {
"passport-oauth": "~1.0.0"
}
}