UNPKG

1.47 kBJSONView Raw
1{
2 "author": "Mark Cavage <mcavage@gmail.com>",
3 "contributors": [
4 "Craig Baker",
5 "Austin King <shout@ozten.com>",
6 "Mathieu Lecarme <mathieu@garambrogne.net>>",
7 "Trent Mick <trentm@gmail.com>",
8 "Yunong Xiao <yunong@joyent.com>",
9 "Denis Vuyka <denis.vuyka@gmail.com>",
10 "Pedro Palazón <kusorbox@gmail.com>",
11 "Patrick Mooney <patrick.f.mooney@gmail.com>",
12 "Matt Simerson <matt@tnpi.net>"
13 ],
14 "name": "ldapjs",
15 "homepage": "http://ldapjs.org",
16 "description": "LDAP client and server APIs",
17 "version": "1.0.2",
18 "license": "MIT",
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/mcavage/node-ldapjs.git"
22 },
23 "main": "lib/index.js",
24 "directories": {
25 "bin": "./bin",
26 "lib": "./lib"
27 },
28 "engines": {
29 "node": ">=0.10"
30 },
31 "dependencies": {
32 "asn1": "0.2.3",
33 "assert-plus": "^1.0.0",
34 "bunyan": "^1.8.3",
35 "dashdash": "^1.14.0",
36 "backoff": "^2.5.0",
37 "ldap-filter": "0.2.2",
38 "once": "^1.4.0",
39 "vasync": "^1.6.4",
40 "verror": "^1.8.1"
41 },
42 "optionalDependencies": {
43 "dtrace-provider": "~0.8"
44 },
45 "devDependencies": {
46 "node-uuid": "^1.4.7",
47 "faucet": "0.0.1",
48 "istanbul": "^0.4.5",
49 "tape": "^4.6.2"
50 },
51 "scripts": {
52 "report": "./node_modules/.bin/istanbul report html && open ./coverage/lcov-report/index.html",
53 "test": "./node_modules/.bin/istanbul cover --print none test/test.js | ./node_modules/.bin/faucet"
54 }
55}