node-ldapjs/package.json

29 lines
612 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.1.1",
2011-08-04 20:32:01 +00:00
"repository": {
"type": "git",
"url": "git://github.com/mcavage/node-ldapjs.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=0.4.10"
},
"dependencies": {
"asn1": "~0.1.5",
"buffertools": "~1.0.3",
2011-08-30 00:24:50 +00:00
"dtrace-provider": "~0.0.2",
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"
}
}