node-ldapjs/package.json

30 lines
632 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",
"version": "0.2.4",
2011-08-04 20:32:01 +00:00
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git"
},
"main": "lib/index.js",
"engines": {
2011-09-03 02:08:33 +00:00
"node": ">=0.4"
2011-08-04 20:32:01 +00:00
},
"dependencies": {
"asn1": "~0.1.7",
2011-08-04 20:32:01 +00:00
"buffertools": "~1.0.3",
2011-09-03 02:11:13 +00:00
"dtrace-provider": "~0.0.3",
"nopt": "~1.0.10",
2011-08-04 20:32:01 +00:00
"sprintf": "~0.1.1"
2011-08-08 15:14:13 +00:00
},
2011-08-04 20:32:01 +00:00
"devDependencies": {
"tap": "~0.0.9",
"node-uuid": "~1.2.0"
},
"scripts": {
"test": "./node_modules/.bin/tap ./tst"
}
}