node-red-contrib-simple-soap
Version:
Execute SOAP requests and parse XML result
31 lines (30 loc) • 710 B
JSON
{
"name": "node-red-contrib-simple-soap",
"version": "0.1.3",
"description": "Execute SOAP requests and parse XML result",
"node-red": {
"nodes": {
"simple-soap": "simple-soap.js"
}
},
"dependencies": {
"mustache": "3.0.2",
"request": "2.88.0",
"xml2js": "0.4.19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiagordc/node-red-contrib-simple-soap.git"
},
"keywords": [
"node-red",
"node",
"soap"
],
"author": "Tiago Costa",
"license": "MIT",
"bugs": {
"url": "https://github.com/tiagordc/node-red-contrib-simple-soap/issues"
},
"homepage": "https://github.com/tiagordc/node-red-contrib-simple-soap#readme"
}