node-ldapjs/package.json

34 lines
690 B
JSON
Raw Normal View History

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",
2011-12-13 00:19:23 +00:00
"version": "0.3.5",
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": {
"asn1": "0.1.10",
"buffertools": "1.0.5",
"dtrace-provider": "0.0.4",
"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": {
"tap": "0.0.12",
"node-uuid": "1.2.0"
2011-08-04 20:32:01 +00:00
},
"scripts": {
"test": "./node_modules/.bin/tap ./tst"
}
}