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

36 lines
892 B
JSON

{
"name": "@captica/node-red-systacomfort2",
"version": "1.0.1",
"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",
"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": {
"version": ">=2.0.0",
"nodes": {
"systacomfort2": "systacomfort2/systacomfort2.js"
}
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "nyc mocha"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
}
}