17 lines
453 B
JSON
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"
|
||
|
}
|
||
|
}
|