UNPKG

node-red-contrib-digital-factory

Version:

Node-Red nodes for Supply Chain Wizard's Digital Factory Platform

29 lines (28 loc) 900 B
{ "name": "node-red-contrib-digital-factory", "version": "1.0.24", "description": "Node-Red nodes for Supply Chain Wizard's Digital Factory Platform", "main": "./src/scw-df-edge-device.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "digital factory", "supply chain", "supply chain wizard", "manufacturing", "node red" ], "author": "Alper Derici", "license": "Apache-2.0", "node-red": { "nodes": { "dfdevicehub": "src/scw-df-device-hub.js", "dfportal": "src/scw-df-portal.js", "digitalfactory": "src/scw-digital-factory.js", "custommethodresponse": "src/scw-df-custommethod-response.js" } }, "dependencies": { "archiver": "3.1.1", "azure-iot-device": "1.12.1", "azure-iot-device-mqtt": "1.11.1", "nircmd": "2.0.0", "stream": "0.0.2", "streamifier": "0.1.1" } }