{
  "name": "ldapauth",
  "version": "2.3.1",
  "main": "./lib/ldapauth.js",
  "description": "Authenticate against an LDAP server",
  "author": "Trent Mick <trentm@gmail.com> (http://trentm.com)",
  "license": {
    "type": "MIT",
    "url": "https://github.com/trentm/node-ldapauth/raw/master/LICENSE"
  },
  "keywords": ["authenticate", "ldap", "authentication", "auth"],
  "repository": {
    "type": "git",
    "url": "git://github.com/trentm/node-ldapauth.git"
  },
  "engines": ["node >=0.8.0"],
  "dependencies": {
    "assert-plus": "0.1.4",
    "backoff": "2.3.0",
    "bcrypt": "~0.8.1",
    "ldapjs": "~0.7.1",
    "lru-cache": "2.0.4",
    "once": "1.3.0"
  }
}
