{ "author": "Mark Cavage ", "contributors": [ "Craig Baker", "Austin King ", "Mathieu Lecarme >", "Trent Mick ", "Yunong Xiao ", "Denis Vuyka ", "Pedro Palazón ", "Patrick Mooney ", "Matt Simerson " ], "name": "ldapjs", "homepage": "http://ldapjs.org", "description": "LDAP client and server APIs", "version": "0.7.1", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/mcavage/node-ldapjs.git" }, "main": "lib/index.js", "directories": { "bin": "./bin", "lib": "./lib" }, "engines": { "node": ">=0.8" }, "dependencies": { "asn1": "0.2.3", "assert-plus": "0.1.5", "bunyan": "1.5.1", "dashdash": "1.10.1", "backoff": "2.4.1", "ldap-filter": "0.2.2", "once": "1.3.2", "vasync": "1.6.3", "verror": "1.6.0" }, "optionalDependencies": { "dtrace-provider": "0.6.0" }, "devDependencies": { "node-uuid": "1.4.3", "faucet": "0.0.1", "istanbul": "0.3.15", "tape": "4.0.0" }, "scripts": { "report": "./node_modules/.bin/istanbul report html && open ./coverage/lcov-report/index.html", "test": "./node_modules/.bin/istanbul cover --print none test/test.js | ./node_modules/.bin/faucet" } }