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

24 lines
484 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 01:03:44 +03:00
"version": "0.1.4",
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-02 22:53:03 +03:00
"thermostat": "thermostat.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"
}