-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
34 lines (34 loc) · 869 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
{
"author": "George Heeres <gheeres@gmail.com>",
"name": "activedirectory",
"version": "0.7.2",
"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": {
"async": ">= 0.1.22",
"bunyan": ">= 1.3.5",
"ldapjs": ">= 0.7.1",
"underscore": ">= 1.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/gheeres/node-activedirectory.git"
},
"license": "MIT",
"devDependencies": {
"mocha": "^2.2.5"
}
}