changes
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "heatExchanger",
|
||||
"version": "0.9.0",
|
||||
"description": "Control module heatExchanger",
|
||||
"main": "heatExchanger.js",
|
||||
"scripts": {
|
||||
"test": "heatExchanger.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://gitea.centraal.wbd-rd.nl/RnD/heatExchanger.git"
|
||||
},
|
||||
"keywords": [
|
||||
"heat exchanger",
|
||||
"node-red"
|
||||
],
|
||||
"author": "Rene De Ren",
|
||||
"license": "SEE LICENSE",
|
||||
"dependencies": {
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||
"convert": "git+https://gitea.centraal.wbd-rd.nl/RnD/convert.git",
|
||||
"predict": "git+https://gitea.centraal.wbd-rd.nl/RnD/predict.git"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"heatExchanger": "heatExchanger.js"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user