CAPAUT-254 Reorg files, add tests
This commit is contained in:
24
package.json
24
package.json
@@ -3,17 +3,23 @@
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"homepage": "http://www.captica.de",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "bitbucket:captica-dev/de.captica.nodered.node.systacomfort2"
|
||||
},
|
||||
"keywords": [ "node-red" ],
|
||||
"node-red" : {
|
||||
"keywords": [
|
||||
"node-red"
|
||||
],
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
"systacomfort2": "systacomfort2/systacomfort2.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "^10.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user