node-red-contrib-rn-combine.../package.json

21 lines
454 B
JSON
Raw Normal View History

2023-10-02 21:02:53 +03:00
{
2023-10-02 21:07:03 +03:00
"name": "node-red-contrib-combined-rn-thermostat",
2023-10-02 21:02:53 +03:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2023-10-02 21:07:03 +03:00
"url": "https://gitea.vvzvlad.xyz/vvzvlad/node-red-contrib-combined-rn-thermostat"
2023-10-02 21:02:53 +03:00
},
2023-10-02 21:07:03 +03:00
"node-red" : {
"nodes": {
"c-thermostat": "c-thermostat.js"
}
},
"author": "vvzvlad",
2023-10-02 21:02:53 +03:00
"license": "ISC"
}