2019-01-15 19:15:20 -08:00
|
|
|
{
|
|
|
|
"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",
|
2020-07-10 18:51:45 -07:00
|
|
|
"ldapjs": "^2.0.0",
|
2019-01-15 19:15:20 -08:00
|
|
|
"node-gyp": "^3.8.0"
|
|
|
|
}
|
|
|
|
}
|