43 lines
948 B
JSON
43 lines
948 B
JSON
{
|
|
"author": "Mark Cavage <mcavage@gmail.com>",
|
|
"contributors": [
|
|
"Craig Baker",
|
|
"Austin King <shout@ozten.com>",
|
|
"Mathieu Lecarme <mathieu@garambrogne.net>>",
|
|
"Trent Mick <trentm@gmail.com>",
|
|
"Yunong Xiao <yunong@joyent.com>"
|
|
],
|
|
"name": "ldapjs",
|
|
"homepage": "http://ldapjs.org",
|
|
"description": "LDAP client and server APIs",
|
|
"version": "0.5.7",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mcavage/node-ldapjs.git"
|
|
},
|
|
"main": "lib/index.js",
|
|
"directories": {
|
|
"bin": "./bin",
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6"
|
|
},
|
|
"dependencies": {
|
|
"asn1": "0.1.11",
|
|
"assert-plus": "0.1.2",
|
|
"buffertools": "1.1.0",
|
|
"bunyan": "0.14.0",
|
|
"dtrace-provider": "0.2.1",
|
|
"nopt": "1.0.10",
|
|
"pooling": "0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "0.3.1",
|
|
"node-uuid": "1.3.3"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/tap ./test"
|
|
}
|
|
}
|