{ "author": "Mark Cavage ", "contributors": [ "Craig Baker", "Austin King ", "Mathieu Lecarme >", "Trent Mick ", "Yunong Xiao ", "Denis Vuyka ", "Pedro Palazón ", "Patrick Mooney " ], "name": "ldapjs", "homepage": "http://ldapjs.org", "description": "LDAP client and server APIs", "version": "0.7.0", "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.1.11", "assert-plus": "0.1.2", "bunyan": "0.21.1", "nopt": "2.1.1", "pooling": "0.4.5" }, "optionalDependencies": { "dtrace-provider": "0.2.8" }, "devDependencies": { "tap": "0.4.1", "node-uuid": "1.4.0" }, "scripts": { "test": "./node_modules/.bin/tap ./test" } }