UNPKG

746 BJSONView Raw
1{
2 "name": "hana-saml-wsse",
3
4 "version": "0.3.8",
5 "description": "SAML ECP client with assertion delegation support.",
6 "author": "kelas",
7 "license": "MIT",
8 "main": "./lib",
9 "scripts": {
10 "test": "mocha test.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git@git.umoja.un.org:hana/hana-saml-wsse.git"
15 },
16 "keywords": [
17 "shibboleth",
18 "idp",
19 "hana",
20 "hdb",
21 "saml",
22 "ecp",
23 "ws-security",
24 "ssos",
25 "delegation"
26 ],
27 "dependencies": {
28 "underscore": "*",
29 "moment": "*",
30 "node-uuid": "*",
31 "xml-crypto": "*",
32 "mustache": "*",
33 "xmldom": "*",
34 "xmlfmt": "*",
35 "xpath": "*",
36 "xml-encryption": "*"
37 },
38 "devDependencies": {},
39 "browserDependencies": {}
40}