{ "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": "git", "url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2" }, "keywords": [ "captica", "systacomfort", "systacomfort2", "node-red" ], "node-red": { "nodes": { "systacomfort2": "systacomfort2/systacomfort2.js" } }, "scripts": { "test": "nyc mocha" }, "devDependencies": { "chai": "^4.3.6", "mocha": "^10.0.0", "nyc": "^15.1.0" } }