33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"dashboardapi": "nodes/dashboardAPI/dashboardapi.js",
|
|
"machineGroupControl": "nodes/machineGroupControl/mgc.js",
|
|
"measurement": "nodes/measurement/measurement.js",
|
|
"monster": "nodes/monster/monster.js",
|
|
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
|
|
"reactor": "nodes/reactor/reactor.js",
|
|
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
|
|
"settler": "nodes/settler/settler.js",
|
|
"valve": "nodes/valve/valve.js",
|
|
"valveGroupControl": "nodes/valveGroupControl/vgc.js"
|
|
}
|
|
},
|
|
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
|
|
"license": "SEE LICENSE",
|
|
"dependencies": {
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
|
"mathjs": "^13.2.0"
|
|
}
|
|
}
|