forked from auth0/node-samlp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 729 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 729 Bytes
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
{
"name": "samlp",
"version": "1.1.0",
"description": "SAML Protocol server middleware",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/node-samlp.git"
},
"keywords": [
"saml",
"auth"
],
"author": "Auth0",
"license": "mit",
"dependencies": {
"ejs": "~0.8.3",
"saml": "^0.9.0",
"thumbprint": "0.0.1",
"xml-crypto": "0.8.1",
"xmldom": "~0.1.15",
"xpath": "0.0.5",
"xtend": "~1.0.3"
},
"devDependencies": {
"chai": "~1.5.0",
"express": "~3.1.0",
"mocha": "~1.8.1",
"request": "~2.14.0",
"xmldom": "~0.1.13",
"cheerio": "~0.10.7",
"xpath": "0.0.5"
}
}