2025-05-14 11:32:19 +02:00
|
|
|
{
|
|
|
|
|
"name": "EVOLV",
|
|
|
|
|
"version": "1.0.41",
|
|
|
|
|
"description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"node-red",
|
|
|
|
|
"EVOLV",
|
|
|
|
|
"automation",
|
|
|
|
|
"control",
|
|
|
|
|
"wastewater"
|
|
|
|
|
],
|
|
|
|
|
"node-red": {
|
|
|
|
|
"nodes": {
|
2025-07-02 11:16:50 +02:00
|
|
|
"dashboardapi": "nodes/dashboardAPI/dashboardapi.js",
|
2025-05-27 15:10:55 +02:00
|
|
|
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
|
|
|
|
|
"measurement": "nodes/measurement/measurement.js",
|
|
|
|
|
"monster": "nodes/monster/monster.js",
|
2025-10-31 12:14:58 +01:00
|
|
|
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
|
2025-05-27 15:10:55 +02:00
|
|
|
"reactor": "nodes/reactor/reactor.js",
|
|
|
|
|
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
|
2025-10-31 12:14:58 +01:00
|
|
|
"settler": "nodes/settler/settler.js",
|
2025-05-27 15:10:55 +02:00
|
|
|
"valve": "nodes/valve/valve.js",
|
2025-10-31 12:14:58 +01:00
|
|
|
"valveGroupControl": "nodes/valveGroupControl/vgc.js"
|
2025-05-14 11:32:19 +02:00
|
|
|
}
|
|
|
|
|
},
|
2025-10-14 13:50:47 +02:00
|
|
|
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
|
2025-05-14 11:32:19 +02:00
|
|
|
"license": "SEE LICENSE",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@tensorflow/tfjs": "^4.22.0",
|
|
|
|
|
"@tensorflow/tfjs-node": "^4.22.0",
|
2025-09-23 11:35:16 +02:00
|
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
2025-05-14 11:32:19 +02:00
|
|
|
"mathjs": "^13.2.0"
|
|
|
|
|
}
|
|
|
|
|
}
|