{
    "name": "industrialcomm",
    "version": "1.1.6",
    "description": "A Node-RED node to communicate with Siemens S7 PLCs.",
    "main": "s7comm.js",
    "author": {
        "name": "SE",
        "departement": "netAUTOMATION",
        "company": "Hilscher Gesellschaft fuer Systemautomation mbH",
        "email": "info@hilscher.com",
        "url": "http://www.hilscher.com",
        "telephone": "+49 6190 9907 0",
        "address": {
            "street": "Rheinstrasse 15",
            "city": "Hattersheim",
            "state": "",
            "country": "Germany",
            "zip": "65795",
            "additionalInformation": "close to airport frankfurt"
        }
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Hilscher/node-red-contrib-s7comm"
    },
    "dependencies": {
        "nodes7": "0.3.1",
        "colors": "1.3.2"
    },
    "optionalDependencies ": {
        "net-keepalive": "1.2.1"
    },
    "devDependencies": {},
    "keywords": [
        "node-red",
        "SIMATIC",
        "PLC",
        "Siemens",
        "S7",
        "S7comm",
        "RFC1006",
        "iso-on-tcp"
    ],
    "node-red": {
        "nodes": {
            "s7comm": "s7comm.js"
        }
    },
    "license": "MIT"
}
