forked from drstearns/passport-uwshib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 867 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
32
{
"name": "passport-uwshib",
"version": "0.0.3",
"license": "MIT",
"keywords": [
"passport",
"saml",
"shibboleth",
"sso",
"UW",
"University of Washington"
],
"description": "Passport authentication strategy for University of Washington's Shibboleth service",
"homepage": "https://github.com/drstearns/passport-uwshib",
"repository": {
"type": "git",
"url": "https://github.com/drstearns/passport-uwshib"
},
"author": {
"name": "Dave Stearns",
"email": "dlsinfo@uw.edu",
"url": "https://ischool.uw.edu/people/faculty/dlsinfo"
},
"bugs": "https://github.com/drstearns/passport-uwshib/issues",
"main": "index.js",
"dependencies": {
"passport-saml": ">=0.5.2"
},
"engines": {
"node": ">=0.10.28"
}
}