UNPKG

activedirectory

Version:

ActiveDirectory is an ldapjs client for authN (authentication) and authZ (authorization) for Microsoft Active Directory with range retrieval support for large Active Directory installations.

35 lines (34 loc) 869 B
{ "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" } }