ad-promise
Version:
This is a fork of the gheeres node-activedirectory. It fixes some issues with timeouts with very large AD-Groups as well as returning also promises so you won't have to use callbacks
35 lines • 896 B
JSON
{
"author": "Relief Melone (relief.melone@gmail.com)",
"name": "ad-promise",
"version": "1.6.8",
"description": "This is a fork of the gheeres node-activedirectory. It fixes some issues with timeouts with very large AD-Groups as well as returning also promises so you won't have to use callbacks",
"main": "index.js",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.8"
},
"keywords": [
"ldap",
"active directory",
"activedirectory"
],
"bugs": {
"url": "https://github.com/relief-melone/node-activedirectory/issues"
},
"dependencies": {
"bunyan": "^2.0.2",
"ldapjs": ">= 0.7.1",
"underscore": ">= 1.4.3",
"limitpromises": ">=1.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/relief-melone/node-activedirectory"
},
"license": "MIT",
"devDependencies": {
"mocha": "^2.2.5"
}
}