plugin-auth-ldap/package.json
kts of kettek(MindFire) c145bfd198 Add code for 2.0.0
1.0.0 shall never see the light of day due to it relying on some cowboy
coder's abandoned ldap client.
2019-01-15 22:15:20 -05:00

17 lines
453 B
JSON

{
"name": "ngwiki-plugin-auth-ldap",
"version": "2.0.0",
"description": "ngwiki plugin that provides LDAP authentication to the entire wiki or sections thereof",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ketchetwahmeegwun T. Southall",
"license": "GPL-3.0",
"dependencies": {
"express-session": "^1.15.6",
"ldapjs-client": "^0.1.1",
"node-gyp": "^3.8.0"
}
}