forked from node-saml/xml-crypto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 982 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
{
"name": "xml-crypto-forked",
"version": "0.10.2",
"description": "Xml digital signature and encryption library for Node.js",
"engines": {
"node": ">=0.4.0"
},
"author": "Yaron Naveh <[email protected]> (http://webservices20.blogspot.com/)",
"dependencies": {
"xmldom": "=0.1.19",
"xpath.js": ">=0.0.3"
},
"devDependencies": {
"nodeunit": ">=0.6.4"
},
"repository": {
"type": "git",
"url": "https://github.com/puneetmakkar/xml-crypto-forked.git"
},
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"keywords": [
"xml",
"digital signature",
"xml encryption",
"x.509 certificate"
],
"license": "MIT",
"scripts": {
"test": "nodeunit ./test/canonicalization-unit-tests.js ./test/c14nWithComments-unit-tests.js ./test/signature-unit-tests.js ./test/saml-response-test.js ./test/signature-integration-tests.js ./test/document-test.js ./test/wsfed-metadata-test.js ./test/hmac-tests.js"
}
}