forked from drstearns/passport-uwshib
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 834 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
29
30
31
{
"name": "passport-uicshib",
"version": "0.1.14",
"license": "MIT",
"keywords": [
"passport",
"saml",
"shibboleth",
"sso",
"UIC",
"University of Illinois Chicago"
],
"description": "Passport authentication strategy for University of Illinois Chicago's Shibboleth service",
"homepage": "https://github.com/rak3rman/passport-uicshib",
"repository": {
"type": "git",
"url": "https://github.com/rak3rman/passport-uicshib"
},
"author": {
"name": "Radison Akerman",
"url": "https://github.com/rak3rman"
},
"bugs": "https://github.com/rak3rman/passport-uicshib/issues",
"main": "index.js",
"dependencies": {
"passport-saml": ">=0.10.0"
},
"engines": {
"node": ">=0.10.28"
}
}