@ali-pay/node-red-contrib-s7
Version:
A Node-RED node to interact with Siemens S7 PLCs
39 lines (38 loc) • 875 B
JSON
{
"name": "@ali-pay/node-red-contrib-s7",
"version": "3.4.0",
"description": "A Node-RED node to interact with Siemens S7 PLCs",
"main": "index.js",
"dependencies": {
"@st-one-io/nodes7": "1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ali-pay/node-red-contrib-s7.git"
},
"bugs": {
"url": "https://github.com/ali-pay/node-red-contrib-s7/issues"
},
"scripts": {
"publish": "npm publish"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"hardware",
"s7",
"logo",
"siemens",
"plc",
"profinet",
"node-red"
],
"node-red": {
"nodes": {
"s7": "red/s7.js"
}
},
"author": "ST-One Ltda.",
"license": "GPL-3.0-or-later"
}