node-red-contrib-x2canonical
Version:
Simple node for wrapping of xml-c14n Node.js library
37 lines • 898 B
JSON
{
"name": "node-red-contrib-x2canonical",
"description": "Simple node for wrapping of xml-c14n Node.js library",
"version": "0.0.7",
"repository": {
"type": "git",
"url": "git+https://github.com/dmvstar/node-red-contrib-x2canonical.git"
},
"node-red": {
"nodes": {
"xmlc14n": "xmlc14n.js"
}
},
"dependencies": {
"xml-c14n": "~0.0.6",
"xmldom": "~0.4.0"
},
"keywords": [
"node-red",
"xml",
"c14n",
"camonicalisation"
],
"license": "MIT",
"author": "StarDust <dmvstar.devel@gmail.com> (https://github.com/dmvstar)",
"maintainers": [
"Stardust <dmvstar.devel@gmail.com>"
],
"bugs": {
"url": "https://github.com/dmvstar/node-red-contrib-x2canonical/issues"
},
"homepage": "https://github.com/dmvstar/node-red-contrib-x2canonical#readme",
"main": "xmlc14n.js",
"directories": {
"example": "examples"
}
}