forked from gheeres/node-activedirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 816 Bytes
/
package.json
File metadata and controls
executable file
·30 lines (30 loc) · 816 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
{
"author": "George Heeres <gheeres@gmail.com>"
, "name": "activedirectory"
, "version": "0.3.1"
, "description": "ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations."
, "main": "index.js"
, "directories": {
"lib": "./lib"
}
, "engines": {
"node": ">=0.8"
}
, "keywords": [
"ldap"
, "active directory"
]
, "bugs": {
"url": "https://github.com/gheeres/node-activedirectory/issues"
}
, "dependencies": {
"ldapjs": ">= 0.5.7"
, "async": ">= 0.1.22"
, "underscore": ">= 1.4.3"
}
, "repository" : {
"type" : "git"
, "url" : "https://github.com/gheeres/node-activedirectory.git"
}
, "license": "MIT"
}