1 Commits

Author SHA1 Message Date
1ad9d12c3a CAPAUT-270 Update metadata 2022-11-03 12:01:18 +01:00

View File

@@ -1,14 +1,17 @@
{
"name": "@captica/node-red-systacomfort2",
"version": "1.0.1",
"version": "1.0.2",
"description": "Node-RED node to connect and read data from SystaComfort II heating/solar systems",
"author": "Marc Böhm (marc.boehm@captica.de)",
"licence": "MIT",
"license": "MIT",
"homepage": "http://www.captica.de",
"repository": {
"type": "git",
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
},
"engines": {
"node": ">=14 <=19"
},
"keywords": [
"captica",
"systacomfort",
@@ -16,14 +19,11 @@
"node-red"
],
"node-red": {
"version": ">=2.0.0",
"version": ">=2.2.2",
"nodes": {
"systacomfort2": "systacomfort2/systacomfort2.js"
}
},
"engines": {
"node": ">=14.0.0"
},
},
"scripts": {
"test": "nyc mocha"
},