Files
de.captica.nodered.node.sys…/package.json

19 lines
576 B
JSON

{
"name": "@captica/node-red-systacomfort2",
"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": "bitbucked",
"url": "https://bitbucket.org/captica-dev/de.captica.nodered.node.systacomfort2"
},
"dependencies": {
},
"keywords": [ "node-red" ],
"node-red" : {
"nodes": {
"systacomfort2": "systacomfort2/systacomfort2.js"
}
}
}