2011-08-04 20:32:01 +00:00
|
|
|
{
|
|
|
|
"author": "Mark Cavage <mcavage@gmail.com>",
|
|
|
|
"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-01-06 16:55:32 +00:00
|
|
|
"version": "0.4.2",
|
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": {
|
2011-09-03 02:08:33 +00:00
|
|
|
"node": ">=0.4"
|
2011-08-04 20:32:01 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2011-12-08 22:54:40 +00:00
|
|
|
"asn1": "0.1.10",
|
2011-12-21 18:19:04 +00:00
|
|
|
"buffertools": "1.0.6",
|
2011-12-13 01:10:13 +00:00
|
|
|
"dtrace-provider": "0.0.3",
|
2011-11-07 22:13:53 +00:00
|
|
|
"nopt": "1.0.10",
|
|
|
|
"sprintf": "0.1.1"
|
2011-08-08 15:14:13 +00:00
|
|
|
},
|
2011-08-04 20:32:01 +00:00
|
|
|
"devDependencies": {
|
2011-12-21 18:19:04 +00:00
|
|
|
"tap": "0.1.3",
|
|
|
|
"node-uuid": "1.3.1"
|
2011-08-04 20:32:01 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "./node_modules/.bin/tap ./tst"
|
|
|
|
}
|
|
|
|
}
|