{
  "name": "LdapAuth",
  "version": "1.0.0",
  "description": "LDAP Auth bridge",
  "main": "server.js",
  "directories": {
  },
  "scripts": {
    "test": "echo \"No tests needed!\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cracker0dks/ldapAuth"
  },
  "keywords": [
    "LDAP",
    "Auth",
    "bridge"
  ],
  "dependencies": {
    "ldapjs": "*"
  },
  "author": "Cracker0dks",
  "license": "MIT"
}