forked from tngan/samlify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 851 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
33
34
35
36
37
38
39
40
41
42
{
"name": "express-saml2",
"version": "1.4.1",
"description": "High-level API for Single Sign On (SAML 2.0)",
"main": "index.js",
"keywords": [
"nodejs",
"express",
"saml2",
"sso",
"slo",
"metadata"
],
"scripts": {
"test": "mocha ./test/index.js"
},
"contributors": [
"Tony Ngan <[email protected]>"
],
"author": "tngan",
"repository": {
"type": "git",
"url": "https://github.com/tngan/express-saml2"
},
"license": "MIT",
"dependencies": {
"deflate-js": "^0.2.3",
"lodash": "^3.10.0",
"node-forge": "^0.6.34",
"node-rsa": "^0.2.24",
"uuid": "^3.0.1",
"xml": "^1.0.0",
"xml-crypto": "0.8.2",
"xml-encryption": "^0.11.0",
"xmldom": "^0.1.19",
"xpath": "0.0.9"
},
"devDependencies": {
"mocha": "^2.2.5",
"should": "^7.0.1"
}
}