@ifp-software/node-red-contrib-oee-ai-connector
Version:
Easily connect your production machines to oee.ai – The Industry 4.0 solution for OEE optimization.
65 lines (64 loc) • 1.52 kB
JSON
{
"name": "@ifp-software/node-red-contrib-oee-ai-connector",
"version": "2.14.1",
"description": "Easily connect your production machines to oee.ai – The Industry 4.0 solution for OEE optimization.",
"keywords": [
"industrial",
"industry 4.0",
"iot",
"node-red",
"oee",
"oee.ai",
"sick",
"smart-factory",
"tdc"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jan Dillmann",
"email": "jan@oee.ai",
"url": "https://oee.ai"
},
"contributors": [
{
"name": "Tom Hunze",
"email": "tom@oee.ai",
"url": "https://oee.ai"
},
{
"name": "Christoph Pausacker",
"email": "christoph@oee.ai",
"url": "https://oee.ai"
},
{
"name": "Ben Pauly",
"email": "ben@oee.ai",
"url": "https://oee.ai"
}
],
"homepage": "https://gitlab.com/ifp-software/node-red-contrib-oee-ai-connector",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/ifp-software/node-red-contrib-oee-ai-connector.git"
},
"bugs": {
"url": "https://gitlab.com/ifp-software/node-red-contrib-oee-ai-connector/issues"
},
"dependencies": {
"https-proxy-agent": "~5.0.0",
"mqtt": "~4.3.7"
},
"node-red": {
"nodes": {
"oee-ai-connector": "nodes/connector.js",
"oee-ai-sick-tdc-connector": "nodes/sick-tdc-connector.js"
},
"version": ">=1.3.0"
},
"engines": {
"node": ">=12.0.0"
}
}