forked from csturiale/nodebb-plugin-node-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 962 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
46
47
48
{
"name": "nodebb-plugin-node-ldap-new2",
"version": "1.0.3",
"description": "NodeBB LDAP Login",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/HuangLQ/nodebb-plugin-node-ldap"
},
"keywords": [
"nodebb",
"plugin",
"ldap",
"auth"
],
"author": {
"name": "csturiale"
},
"contributors": [
{
"name": "HuangLQ",
"url": "https://github.com/HuangLQ"
},
{
"name": "csturiale",
"url": "https://github.com/csturiale"
},
{
"name": "ink-blot",
"url": "https://github.com/ink-blot"
},
{
"name": "vishnu667",
"email": "[email protected]",
"url": "http://vishnu667.github.io/"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "~1.16.0 || ~1.17.0 || ~1.19.0"
},
"dependencies": {
"async": "^3.2.0",
"ldapjs": "~2.2.4",
"ldap-filter": "0.3.3"
}
}