forked from auth0/node-ldapjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 990 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"author": "Mark Cavage <[email protected]>",
"contributors": [
"Craig Baker",
"Austin King <[email protected]>",
"Mathieu Lecarme <[email protected]>>",
"Trent Mick <[email protected]>",
"Yunong Xiao <[email protected]>",
"Denis Vuyka <[email protected]>"
],
"name": "ldapjs",
"homepage": "http://ldapjs.org",
"description": "LDAP client and server APIs",
"version": "0.6.2",
"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.1.11",
"assert-plus": "0.1.2",
"buffertools": "1.1.0",
"bunyan": "0.18.2",
"dtrace-provider": "0.2.8",
"nopt": "2.1.1",
"pooling": "0.4.1"
},
"devDependencies": {
"tap": "0.4.0",
"node-uuid": "1.4.0"
},
"scripts": {
"test": "./node_modules/.bin/tap ./test"
}
}