ldap-pool
Version:
LDAP client connection pool
37 lines (36 loc) • 784 B
JSON
{
"name": "ldap-pool",
"version": "0.0.1016",
"description": "LDAP client connection pool",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"scripts": {
"test": "./scripts/test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ORESoftware/ldap-pool.git"
},
"keywords": [
"ldap",
"pool",
"client",
"connection",
"ldapjs"
],
"author": "Olegzandr VD",
"license": "MIT",
"bugs": {
"url": "https://github.com/ORESoftware/ldap-pool/issues"
},
"homepage": "https://github.com/ORESoftware/ldap-pool#readme",
"dependencies": {
"chalk": "^2.4.1",
"ldapjs": "^1.0.2"
},
"devDependencies": {
"@types/ldapjs": "^1.0.3",
"@types/node": "^7.0.63"
}
}