CAPAUT-254 Reorg files, add tests

This commit is contained in:
2022-07-27 23:52:55 +02:00
parent 909d4876b7
commit db4e309439
6 changed files with 1742 additions and 124 deletions

View File

@@ -3,17 +3,23 @@
"version": "1.0.0",
"description": "Node-RED node to connect and read data from SystaComfort II heating/solar systems",
"author": "Marc Böhm (marc.boehm@captica.de)",
"homepage": "http://www.captica.de",
"repository": {
"type": "git",
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
},
"dependencies": {
"homepage": "http://www.captica.de",
"repository": {
"type": "git",
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
},
"keywords": [ "node-red" ],
"node-red" : {
"keywords": [
"node-red"
],
"node-red": {
"nodes": {
"systacomfort2": "systacomfort2/systacomfort2.js"
}
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "^10.0.0"
}
}
}