forked from yochum/nodebb-plugin-sso-jwt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 885 Bytes
/
package.json
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
36
37
38
39
40
{
"name": "nodebb-plugin-sso-jwt",
"version": "2.2.6",
"description": "Allows login sessions from your app to persist or transfer to NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/yochum/nodebb-plugin-sso-jwt"
},
"keywords": [
"nodebb",
"plugin"
],
"contributors": [
{
"name": "Julian Lam",
"email": "[email protected]",
"url": "https://github.com/julianlam"
},
{
"name": "Alec Ananian",
"url": "https://github.com/alecananian"
},
{
"name": "Andrew Yochum",
"url": "https://github.com/yochum"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/yochum/nodebb-plugin-sso-jwt"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^1.0.1"
},
"dependencies": {
"jsonwebtoken": "5.5.4"
}
}