CAPAUT-270 Update metadata

This commit is contained in:
2022-11-03 12:01:18 +01:00
parent dd2230f69f
commit 45d5f65403

View File

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