{
    "name": "@serdoo/node-red-contrib-soap",
    "version": "0.1.0",
    "description": "SOAP Client for Node Red",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "publish": "npm publish"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/chameleonbr/node-red-contrib-soap.git"
    },
    "keywords": [
        "soap",
        "node-red",
        "node"
    ],
    "node-red": {
        "nodes": {
            "soap": "soap-node.js",
            "soap-config": "soap-config.js"
        }
    },
    "author": {
        "name": "Andre Alexandre Avila"
    },
    "contributors": [
        {
            "name": "Michael Qiu",
            "email": "mqiu@sensetecnic.com"
        }
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/chameleonbr/node-red-contrib-soap/issues"
    },
    "homepage": "https://github.com/chameleonbr/node-red-contrib-soap#readme",
    "dependencies": {
        "soap": "^0.45.0"
    },
    "maintainers": [
        {
            "name": "chameleonbr",
            "email": "chameleonbr@gmail.com"
        },
        {
            "name": "Michael Qiu",
            "email": "mqiu@sensetecnic.com"
        }
    ]
}
