1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
node-red-nodes/hardware/heatmiser/package.json
Sam Machin 2d28a2304f
Update package.jsons for mono-repo (#851)
Update the package.json for each node to point to the directory within the repo that hosts the code for the package in question.  as per https://docs.npmjs.com/cli/v7/configuring-npm/package-json#repository
2021-11-02 15:22:30 +00:00

26 lines
714 B
JSON

{
"name" : "node-red-contrib-heatmiser",
"version" : "0.0.5",
"description" : "A Node-RED node to control and poll a HeatMiser thermostat.",
"dependencies" : {
"heatmiser" : "~2.0.0"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/io/heatmiser"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "heatmiser"],
"node-red" : {
"nodes" : {
"heatmiser": "100-heatmiser.js"
}
},
"author": {
"name": "Sean Bedford",
"email": "bedfordsean@hotmail.com",
"url": "http://nodered.org"
}
}