52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"author": "Mark Cavage <mcavage@gmail.com>",
|
|
"contributors": [
|
|
"Craig Baker",
|
|
"Austin King <shout@ozten.com>",
|
|
"Mathieu Lecarme <mathieu@garambrogne.net>>",
|
|
"Trent Mick <trentm@gmail.com>",
|
|
"Yunong Xiao <yunong@joyent.com>",
|
|
"Denis Vuyka <denis.vuyka@gmail.com>",
|
|
"Pedro Palazón <kusorbox@gmail.com>",
|
|
"Patrick Mooney <patrick.f.mooney@gmail.com>"
|
|
],
|
|
"name": "ldapjs",
|
|
"homepage": "http://ldapjs.org",
|
|
"description": "LDAP client and server APIs",
|
|
"version": "0.7.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mcavage/node-ldapjs.git"
|
|
},
|
|
"main": "lib/index.js",
|
|
"directories": {
|
|
"bin": "./bin",
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8"
|
|
},
|
|
"dependencies": {
|
|
"asn1": "0.2.1",
|
|
"assert-plus": "0.1.5",
|
|
"bunyan": "0.23.1",
|
|
"dashdash": "1.6.0",
|
|
"backoff": "2.4.0",
|
|
"once": "1.3.0",
|
|
"vasync": "1.5.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"dtrace-provider": "0.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"node-uuid": "1.4.0",
|
|
"faucet": "0.0.1",
|
|
"istanbul": "0.3.0",
|
|
"tape": "2.13.3"
|
|
},
|
|
"scripts": {
|
|
"report": "./node_modules/.bin/istanbul report html && open ./coverage/lcov-report/index.html",
|
|
"test": "./node_modules/.bin/istanbul cover --print none test/test.js | ./node_modules/.bin/faucet"
|
|
}
|
|
}
|