@smappee/node-red-contrib-smappee-solar
Version:
35 lines (34 loc) • 773 B
JSON
{
"name": "@smappee/node-red-contrib-smappee-solar",
"version": "0.1.7",
"description": "Solar nodes",
"author": "Smappee NV",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/smappee/node-red-contrib-smappee#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:smappee/node-red-contrib-smappee.git"
},
"keywords": [
"node-red",
"smappee",
"iot",
"solar",
"solaredge"
],
"directories": {
"example": "./example"
},
"dependencies": {
"moment": "^2.19.4"
},
"node-red": {
"nodes": {
"solaredge": "node-solaredge.js",
"solaredge-site-config": "node-solaredge-site-config.js"
}
}
}