forked from julianlam/nodebb-plugin-sso-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 984 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
41
42
43
44
45
{
"name": "nodebb-plugin-sso-oauth-worktile",
"version": "0.5.0",
"description": "NodeBB Worktile OAuth SSO",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/worktile/nodebb-plugin-sso-oauth-worktile"
},
"keywords": [
"nodebb",
"plugin",
"oauth",
"oauth2",
"worktile",
"sso",
"single sign on",
"login",
"registration"
],
"author": {
"name": "Julian Lam",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/worktile/nodebb-plugin-sso-oauth-worktile/issues"
},
"readme": "",
"readmeFilename": "README.md",
"dependencies": {
"async": "^3.2.0",
"eslint": "^7.7.0",
"passport-oauth": "~1.0.0"
},
"nbbpm": {
"compatibility": "^1.0.1",
"index": false
},
"devDependencies": {
"@commitlint/config-angular": "^8.3.4",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1"
}
}