-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
69 lines (69 loc) · 1.44 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "passport-wsfed-saml2",
"version": "0.13.1",
"description": "SAML2 Protocol and WS-Fed library",
"scripts": {
"test": "mocha --reporter spec"
},
"author": {
"name": "Matias Woloski",
"email": "[email protected]",
"url": "http://auth0.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/auth0/passport-wsfed-saml2.git"
},
"bugs": {
"url": "http://github.com/auth0/passport-wsfed-saml2/issues"
},
"main": "./lib/passport-wsfed-saml2",
"dependencies": {
"cryptiles": "~0.2.2",
"ejs": "~0.8.3",
"jsonwebtoken": "~0.1.0",
"passport": "0.1.x",
"xml-crypto": "~0.0.17",
"xml-encryption": "~0.7.2",
"xml2js": "0.1.x",
"xmldom": "~0.1.19",
"xpath": "0.0.5",
"xtend": "~2.0.3"
},
"devDependencies": {
"chai": "~1.5.0",
"express": "~3.1.0",
"mocha": "~1.8.1",
"request": "~2.14.0",
"xmldom": "https://github.com/auth0/xmldom/tarball/master",
"cheerio": "~0.10.7",
"xpath": "0.0.5",
"xtend": "~2.0.3",
"moment": "~1.7.2",
"saml": "~0.4.4",
"wsfed": "~0.3.5",
"should": "~1.1.0",
"samlp": "~0.4.3"
},
"engines": {
"node": ">= 0.6.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"saml",
"wsfed",
"passport",
"auth0",
"azure",
"auth",
"authn",
"authentication",
"identity",
"adfs"
]
}