-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 954 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": "saml2",
"version": "0.0.8",
"description": "SAML 2.0 IDP-agnostic transports and logic",
"main": "index.js",
"scripts": {
"generate-docs": "rm -rf ./docs && find . -name '*.js' | grep -v node_modules | xargs ./node_modules/.bin/docco -o docs"
},
"dependencies": {
"xmldom": "~0.1.16",
"xpath": "0.0.5",
"proquint-random-id": "0.0.1",
"pem": "~1.2.2",
"jsonix-smart": "0.0.5",
"xml-c14n": "0.0.6",
"xml-dsig": "0.0.5"
},
"repository": {
"type": "git",
"url": "git://github.com/siphon-io/node-saml2.git"
},
"keywords": [
"saml",
"saml2",
"saml2.0",
"idp",
"sp",
"identity",
"service",
"provider",
"sso",
"login",
"password",
"authentication",
"authorisation",
"authorization"
],
"author": "Conrad Pankoff <[email protected]> (http://www.fknsrs.biz/)",
"license": "BSD",
"devDependencies": {
"docco": "~0.6.2"
}
}