-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
46 lines (46 loc) · 1.05 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "passport-wsfed-saml2",
"version": "0.2.0",
"description": "WS-federation with SAML 2 tokens for Passport (used on Microsoft products like Windows Azure Active Directory / Access Control Service and ADFS).",
"author": {
"name": "Matias Woloski",
"email": "matias@auth10.com",
"url": "http://auth10.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/auth10/passport-wsfed-saml2.git"
},
"bugs": {
"url": "http://github.com/auth10/passport-wsfed-saml2/issues"
},
"main": "./lib/passport-wsfed-saml2",
"dependencies": {
"passport": "0.1.x",
"xml2js": "0.1.x",
"xml-crypto": "https://github.com/auth10/xml-crypto/tarball/master",
"xmldom": "0.1.x"
},
"devDependencies": {
"express": "2.5.x",
"ejs": "0.7.x"
},
"engines": {
"node": ">= 0.6.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"passport",
"azure",
"auth",
"authn",
"authentication",
"identity",
"acs"
]
}