{
  "name": "passport-ldapauth",
  "description": "LDAP authentication strategy for Passport",
  "author": "Vesa Poikajärvi <vesa.poikajarvi@iki.fi>",
  "contributors": [
    "Simon Gaeremynck <gaeremyncks@gmail.com>",
    "Michael Bailly <mbailly@linagora.com>",
    "Jason Gelinas <jason.gelinas@citi.com>",
    "arumi <arumi@wge7033.secheron.net>",
    "Anthony Hernandez <anthony.hernandez@clownphobia.com>",
    "Chris Harwood <harwood@teralogics.com>",
    "David Dolcimascolo <david.dolcimascolo@stordata.fr>"
  ],
  "keywords": [
    "ldap",
    "passport",
    "authentication",
    "ldapauth"
  ],
  "version": "2.1.4",
  "license": "MIT",
  "main": "./lib/passport-ldapauth",
  "types": "./lib/passport-ldapauth/strategy.d.ts",
  "engines": {
    "node": ">=0.8.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vesse/passport-ldapauth.git"
  },
  "bugs": {
    "url": "https://github.com/vesse/passport-ldapauth/issues"
  },
  "dependencies": {
    "@types/node": "*",
    "@types/passport": "^1.0.0",
    "ldapauth-fork": "^4.3.2",
    "passport-strategy": "^1.0.0"
  },
  "devDependencies": {
    "@types/basic-auth": "^1.1.3",
    "@types/bunyan": "^1.8.5",
    "@types/express": "^4.16.1",
    "basic-auth": "^2.0.1",
    "body-parser": "^1.17.2",
    "bunyan": "^1.8.10",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "express": "^4.16.4",
    "ldapjs": "^1.0.1",
    "merge": "1.2.1",
    "mocha": "^7.0.1",
    "passport": "^0.4.0",
    "supertest": "^4.0.2",
    "typescript": "^3.8.2",
    "watch": "^1.0.2"
  },
  "scripts": {
    "prepare": "npm run lint",
    "lint": "eslint ./lib",
    "lint:watch": "watch 'npm run lint' ./lib --wait 0.5",
    "test": "NODE_PATH=lib mocha --reporter spec test/*-test.js",
    "test:watch": "watch 'npm test' ./lib ./test --wait 0.5",
    "test:typescript": "cd test/typescript && tsc"
  }
}
