-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 942 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
{
"name": "openidp",
"version": "0.0.1",
"description": "WS-Federation, SAML1.1, SAML2.0 IDP",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Coleman <stumpj@gmail.com>",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"body-parser": "^1.18.2",
"config": "^1.27.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"json-query": "^2.2.2",
"ldapjs": "^1.0.1",
"mergexml": "^1.1.2",
"moment": "^2.19.1",
"moment-timezone": "^0.5.13",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-client-cert": "^2.1.0",
"passport-local": "^1.0.0",
"read-config": "^1.6.0",
"saml": "^0.12.4",
"url": "^0.11.0",
"xml-crypto": "^0.10.1",
"xml-encryption": "^0.11.0",
"xmldom": "^0.1.27"
}
}