forked from auth0/node-samlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1002 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
43
{
"name": "samlp",
"version": "3.4.1",
"description": "SAML Protocol server middleware",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha -R spec",
"cover": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"open_cover": "open coverage/lcov-report/*.html"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/node-samlp.git"
},
"keywords": [
"saml",
"auth"
],
"author": "Auth0",
"license": "mit",
"dependencies": {
"@auth0/thumbprint": "0.0.6",
"ejs": "2.6",
"flowstate": "^0.4.0",
"querystring": "^0.2.0",
"saml": "0.13",
"xml-crypto": "1.4",
"xmldom": "github:auth0/xmldom#v0.1.19-auth0_1",
"xpath": "0.0.27",
"xtend": "4"
},
"devDependencies": {
"body-parser": "^1",
"chai": "4",
"cheerio": "^0.22.0",
"express": "^3",
"express-session": "^1",
"istanbul": "^0.4",
"mocha": "1",
"request": "~2.14",
"uid2": "0"
}
}