{
  "name": "ldapauth-fork",
  "version": "4.3.3",
  "main": "./lib/ldapauth.js",
  "types": "./lib/ldapauth.d.ts",
  "description": "Authenticate against an LDAP server",
  "author": "Vesa Poikajärvi <vesa.poikajarvi@iki.fi>",
  "license": "MIT",
  "keywords": [
    "authenticate",
    "ldap",
    "authentication",
    "auth"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/vesse/node-ldapauth-fork.git"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "prepublishOnly": "npm run lint",
    "lint": "eslint ./lib",
    "lint:watch": "watch 'npm run lint' ./lib --wait 0.5",
    "pretest": "cd test && tsc",
    "test": "cd test && node test.js"
  },
  "dependencies": {
    "@types/ldapjs": "^1.0.0",
    "@types/node": "*",
    "bcryptjs": "^2.4.0",
    "ldapjs": "^1.0.2",
    "lru-cache": "^5.1.1"
  },
  "devDependencies": {
    "@types/bunyan": "1.8.5",
    "bunyan": "^1.8.10",
    "eslint": "^5.9.0",
    "typescript": "^3.2.1",
    "watch": "^1.0.2"
  }
}
