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

25 lines
539 B
JSON
Raw Normal View History

2023-10-02 21:02:53 +03:00
{
2023-10-02 21:33:26 +03:00
"name": "@vvzvlad/node-red-contrib-rn-combined-nodes",
2023-10-03 17:22:58 +03:00
"version": "0.2.2",
2023-10-02 21:02:53 +03:00
"description": "",
"main": "index.js",
2023-10-02 22:53:03 +03:00
"keywords": [
"node-red"
],
2023-10-02 21:02:53 +03:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2023-10-02 21:33:26 +03:00
"url": "https://gitea.vvzvlad.xyz/vvzvlad/node-red-contrib-rn-combined-nodes"
2023-10-02 21:02:53 +03:00
},
2023-10-02 22:53:03 +03:00
"node-red": {
2023-10-02 21:07:03 +03:00
"nodes": {
2023-10-03 16:59:59 +03:00
"thermostat": "thermostat.js",
"thermostat-analyzer": "thermostat-analyzer.js"
2023-10-02 21:07:03 +03:00
}
2023-10-02 22:53:03 +03:00
},
2023-10-02 21:07:03 +03:00
"author": "vvzvlad",
2023-10-02 21:02:53 +03:00
"license": "ISC"
}