UNPKG

node-red-contrib-s7

Version:

A Node-RED node to interact with Siemens S7 PLCs

36 lines (35 loc) 820 B
{ "name": "node-red-contrib-s7", "version": "3.1.3", "description": "A Node-RED node to interact with Siemens S7 PLCs", "main": "index.js", "dependencies": { "@st-one-io/nodes7": "1.1.2" }, "repository": { "type": "git", "url": "https://github.com/st-one-io/node-red-contrib-s7.git" }, "bugs": { "url": "https://github.com/st-one-io/node-red-contrib-s7/issues" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "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" }