UNPKG

xml-crypto

Version:

Xml digital signature and encryption library for Node.js

39 lines (38 loc) 1.09 kB
{ "name": "xml-crypto", "version": "1.5.3", "description": "Xml digital signature and encryption library for Node.js", "engines": { "node": ">=0.4.0" }, "author": "Yaron Naveh <yaronn01@gmail.com> (http://webservices20.blogspot.com/)", "contributors": [ "LoneRifle <LoneRifle@users.noreply.github.com>" ], "dependencies": { "xmldom": "0.1.27", "xpath": "0.0.27" }, "devDependencies": { "ejs": "2.6.1", "nodeunit": "^0.11.3" }, "repository": { "type": "git", "url": "https://github.com/yaronn/xml-crypto.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 ./test/c14n-non-exclusive-unit-test.js" } }