2011-08-04 20:32:01 +00:00
|
|
|
{
|
|
|
|
"author": "Mark Cavage <mcavage@gmail.com>",
|
2012-01-06 17:06:24 +00:00
|
|
|
"contributors": [
|
2012-03-14 16:13:16 +00:00
|
|
|
"Craig Baker",
|
|
|
|
"Austin King <shout@ozten.com>",
|
2012-01-06 17:06:24 +00:00
|
|
|
"Mathieu Lecarme <mathieu@garambrogne.net>>",
|
|
|
|
"Trent Mick <trentm@gmail.com>",
|
2012-03-14 16:13:16 +00:00
|
|
|
"Yunong Xiao <yunong@joyent.com>"
|
2012-01-06 17:06:24 +00:00
|
|
|
],
|
2011-08-04 20:32:01 +00:00
|
|
|
"name": "ldapjs",
|
2011-08-08 15:14:13 +00:00
|
|
|
"homepage": "http://ldapjs.org",
|
2011-08-04 20:32:01 +00:00
|
|
|
"description": "LDAP client and server APIs",
|
2012-09-24 23:02:58 +00:00
|
|
|
"version": "0.5.7",
|
2011-08-04 20:32:01 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mcavage/node-ldapjs.git"
|
|
|
|
},
|
|
|
|
"main": "lib/index.js",
|
2011-10-18 23:26:38 +00:00
|
|
|
"directories": {
|
|
|
|
"bin": "./bin",
|
|
|
|
"lib": "./lib"
|
|
|
|
},
|
2011-08-04 20:32:01 +00:00
|
|
|
"engines": {
|
2012-07-09 13:00:51 +00:00
|
|
|
"node": ">=0.6"
|
2011-08-04 20:32:01 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2012-01-06 23:11:54 +00:00
|
|
|
"asn1": "0.1.11",
|
2012-09-20 19:38:46 +00:00
|
|
|
"assert-plus": "0.1.2",
|
2012-07-05 16:23:49 +00:00
|
|
|
"buffertools": "1.1.0",
|
2012-09-20 19:38:46 +00:00
|
|
|
"bunyan": "0.14.0",
|
2012-09-24 16:00:42 +00:00
|
|
|
"dtrace-provider": "0.2.1",
|
2012-04-27 03:23:43 +00:00
|
|
|
"nopt": "1.0.10",
|
2012-09-24 23:02:58 +00:00
|
|
|
"pooling": "0.3.2"
|
2011-08-08 15:14:13 +00:00
|
|
|
},
|
2011-08-04 20:32:01 +00:00
|
|
|
"devDependencies": {
|
2012-09-20 19:38:46 +00:00
|
|
|
"tap": "0.3.1",
|
2012-01-06 23:11:54 +00:00
|
|
|
"node-uuid": "1.3.3"
|
2011-08-04 20:32:01 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2012-02-18 08:26:50 +00:00
|
|
|
"test": "./node_modules/.bin/tap ./test"
|
2011-08-04 20:32:01 +00:00
|
|
|
}
|
|
|
|
}
|