forked from wtsi-hgi/ep_sotauth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
23 lines (23 loc) · 839 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ep_sotauth",
"description": "Hooks into etherpad lite auth to trust that whatever user is set in the X-Forwarded-User HTTP header is an authorised and authenticated user. This is useful when running behind a reverse proxy that handles authentication (such as when using Apache with Shibboleth authentication).",
"homepage": "https://github.com/wtsi-hgi/ep_sotauth",
"version": "0.0.4",
"dependencies": {
"log4js" : "0.5.x",
"async-stacktrace" : "0.0.2"
},
"engines": {
"node": "*"
},
"main": "ep_sotauth.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wtsi-hgi/ep_sotauth.git"
},
"author": "Joshua C. Randall <[email protected]>",
"license": "GPLv3"
}