plugin-auth-ldap/package.json

17 lines
446 B
JSON
Raw Normal View History

{
"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",
"node-gyp": "^3.8.0"
}
}