{
  "name": "mediasuitenz-ldap-user-authentication",
  "version": "1.0.0",
  "description": "Wrapper for ActiveDirectory that gets the group for the username passed in through the x-iisnode-auth_user header",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ActiveDirectory",
    "Loopback",
    "Authentication"
  ],
  "author": "mediasuitenz",
  "license": "ISC",
  "dependencies": {
    "activedirectory": "^0.7.0"
  }
}
