30 lines
629 B
JSON
30 lines
629 B
JSON
{
|
|
"name": "pumpingstation",
|
|
"version": "1.0.0",
|
|
"description": "Control module",
|
|
"main": "pumpingStation.js",
|
|
"scripts": {
|
|
"test": "node pumpingStation.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation.git"
|
|
},
|
|
"keywords": [
|
|
"pumpingstation",
|
|
"node-red",
|
|
"recipient",
|
|
"water"
|
|
],
|
|
"author": "Rene De Ren",
|
|
"license": "SEE LICENSE",
|
|
"dependencies": {
|
|
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
|
|
},
|
|
"node-red": {
|
|
"nodes": {
|
|
"pumpingstation": "pumpingStation.js"
|
|
}
|
|
}
|
|
}
|