node-red-contrib-discovergy-disaggregation
Version:
Node Red Erweiterung zur Nutzung der Discovergy Disaggregation.
36 lines (35 loc) • 951 B
JSON
{
"name": "node-red-contrib-discovergy-disaggregation",
"version": "1.0.1",
"description": "Node Red Erweiterung zur Nutzung der Discovergy Disaggregation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-red",
"discovergy",
"nilm",
"disaggregation",
"smart-meter",
"smartmeter"
],
"repository": {
"type": "git",
"url": "git+https://github.com/energychain/node-red-contrib-discovergy-disaggregation.git"
},
"author": "STROMDAO GmbH <kontakt@stromdao.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/energychain/node-red-contrib-discovergy-disaggregation/issues"
},
"homepage": "https://github.com/energychain/node-red-contrib-discovergy-disaggregation#readme",
"dependencies": {
"axios": "^0.21.1"
},
"node-red": {
"nodes": {
"Disaggregation": "Disaggregation.js"
}
}
}