-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 749 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 749 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
36
37
38
{
"name": "nodebb-plugin-node-ldap",
"version": "1.0.1",
"description": "Node LDAP Login",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ink-blot/nodebb-plugin-node-ldap"
},
"keywords": [
"nodebb",
"plugin",
"ldap"
],
"author": {
"name": "smartameer",
"email": "smartameer@icloud.com"
},
"contributors": [
{
"name": "ink-blot",
"url": "https://github.com/ink-blot"
},
{
"name": "vishnu667",
"email": "vishnu667@gmail.com",
"url": "http://vishnu667.github.io/"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^1.0.0"
},
"dependencies": {
"ldapjs": "~1.0.0"
}
}