Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ad9d12c3a |
12
package.json
12
package.json
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user