{
  "name": "@metastack/ldapjs",
  "description": "LDAP client and server APIs",
  "version": "1.2.0",
  "license": "MIT",
  "author": "Mark Cavage <mcavage@gmail.com>",
  "contributors": [
    "Mark Barr <mark@hyperingenuity.com>",
    "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>",
    "Matt Simerson <matt@tnpi.net>"
  ],
  "repository": "git@github.com:mdbarr/ldapjs.git",
  "main": "lib/index.js",
  "directories": {
    "bin": "./bin",
    "lib": "./lib"
  },
  "dependencies": {
    "asn1": "0.2.4",
    "assert-plus": "^1.0.0",
    "async": "^3.2.0",
    "backoff": "^2.5.0",
    "bunyan": "^1.8.14",
    "dashdash": "^1.14.0",
    "ldap-filter": "0.3.3",
    "once": "^1.4.0",
    "verror": "^1.8.1"
  },
  "devDependencies": {
    "eslint": "^7.5.0",
    "jest": "^26.1.0",
    "uuid": "^8.2.0"
  },
  "scripts": {
    "lint": "eslint lib/*.js lib/**/*.js test/*.js test/**/*.js bin/*",
    "report": "jest --coverage",
    "test": "jest"
  }
}
