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>",
|
2013-01-15 20:19:20 +00:00
|
|
|
"Yunong Xiao <yunong@joyent.com>",
|
2013-04-30 18:25:30 +00:00
|
|
|
"Denis Vuyka <denis.vuyka@gmail.com>",
|
2013-10-31 22:19:42 +00:00
|
|
|
"Pedro Palazón <kusorbox@gmail.com>",
|
|
|
|
"Patrick Mooney <patrick.f.mooney@gmail.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",
|
2013-12-09 16:50:52 +00:00
|
|
|
"version": "0.7.0",
|
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": {
|
2013-01-31 01:06:40 +00:00
|
|
|
"node": ">=0.8"
|
2011-08-04 20:32:01 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-04-04 20:07:27 +00:00
|
|
|
"asn1": "0.2.1",
|
|
|
|
"assert-plus": "0.1.5",
|
|
|
|
"bunyan": "0.22.1",
|
2013-01-29 18:38:39 +00:00
|
|
|
"nopt": "2.1.1",
|
2014-04-04 20:07:27 +00:00
|
|
|
"pooling": "0.4.6"
|
2011-08-08 15:14:13 +00:00
|
|
|
},
|
2014-04-02 03:02:11 +00:00
|
|
|
"optionalDependencies": {
|
|
|
|
"dtrace-provider": "0.2.8"
|
|
|
|
},
|
2011-08-04 20:32:01 +00:00
|
|
|
"devDependencies": {
|
2013-10-17 01:31:17 +00:00
|
|
|
"tap": "0.4.1",
|
2013-01-29 18:38:39 +00:00
|
|
|
"node-uuid": "1.4.0"
|
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
|
|
|
}
|
|
|
|
}
|