-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
28 lines (28 loc) · 992 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
24
25
26
27
28
{
"dependencies": {
"@github/hotkey": "^1.6.0",
"@github/webauthn-json": "^2.1.1",
"cal-heatmap": "^3.6.2"
},
"name": "eyedp",
"description": "EyeDP is a federating identity provider. It is designed to be very self-contained and with minimal dependencies to run, so that it's very easy to setup. It exposes the configuration necessary to implement a SAML Identity Provider, as well as supporting an Nginx auth_request endpoint that will evaluate group based permissions.",
"version": "1.0.0",
"main": "babel.config.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/centaurisolutions/eyedp.git"
},
"author": "",
"license": "SEE LICENSE IN LICENSE*",
"bugs": {
"url": "https://github.com/centaurisolutions/eyedp/issues"
},
"homepage": "https://github.com/centaurisolutions/eyedp#readme"
}