@passify/xml-encryption
Version:
[](https://travis-ci.org/auth0/node-xml-encryption)
35 lines (34 loc) • 730 B
JSON
{
"name": "@passify/xml-encryption",
"version": "0.11.1",
"devDependencies": {
"mocha": "3.3.0",
"should": "^11.2.1"
},
"main": "./lib",
"repository": "https://github.com/passify/node-xml-encryption",
"keywords": [
"xml",
"encryption",
"xmlenc"
],
"author": "Matias Woloski (Auth0)",
"contributors": [
"Jose F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)",
"Tommi Pisto <tommi@pistogroup.com> (http://pasm.pis.to)"
],
"license": "MIT",
"dependencies": {
"async": "^2.1.5",
"ejs": "^2.5.6",
"node-forge": "^0.7.4",
"xmldom": "~0.1.15",
"xpath": "0.0.24"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">=0.10"
}
}