node-red-contrib-glacial-mtconnect
Version:
Custom nodes for MTconnect integration in Node-RED
39 lines (38 loc) • 867 B
JSON
{
"name": "node-red-contrib-glacial-mtconnect",
"version": "1.1.6",
"description": "Custom nodes for MTconnect integration in Node-RED",
"author": {
"name": "glacialclaw"
},
"dependencies": {
"xml2js": "^0.6.2"
},
"node-red": {
"nodes": {
"MTconnect Receive": "mtconnect-receive.js",
"MTconnect Rules": "mtconnect-rules.js"
},
"version": ">=3.1.0"
},
"keywords": [
"node-red",
"mtconnect",
"simplification"
],
"repository": {
"type": "git",
"url": "https://github.com/dulsan/node-red-contrib-mtconnect.git"
},
"bugs": {
"url": "https://github.com/dulsan/node-red-contrib-mtconnect/issues"
},
"engines": {
"node-red": ">=3.1.0",
"node": ">=18.0.0"
},
"license": "Apache-2.0",
"node-red-example": {
"flows": "examples"
}
}