forked from osufpp/nodebb-plugin-sso-ifsta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 729 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "nodebb-plugin-sso-ifsta",
"version": "0.2.1",
"description": "NodeBB IFSTA OAuth2 SSO",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/beardon/nodebb-plugin-sso-ifsta"
},
"keywords": [
"nodebb",
"plugin",
"oauth",
"oauth2",
"sso",
"single sign on",
"login",
"registration",
"ifsta"
],
"author": {
"name": "Aaron Bean",
"email": "aaron.bean@beardon.com",
"url": "https://github.com/aaronbean"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beardon/nodebb-plugin-sso-ifsta/issues"
},
"readme": "",
"readmeFilename": "README.md",
"dependencies": {
"passport-ifsta": "^0.1.1"
}
}