mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-12-26 23:16:47 +01:00
tweak package.json to add versions supported etc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-node-pi-gpiod",
|
"name": "node-red-node-pi-gpiod",
|
||||||
"version": "0.5.0",
|
"version": "0.5.1",
|
||||||
"description": "A node-red node for PiGPIOd",
|
"description": "A node-red node for PiGPIOd",
|
||||||
"dependencies" : {
|
"dependencies" : {
|
||||||
},
|
},
|
||||||
@@ -20,10 +20,18 @@
|
|||||||
"email": "dceejay@gmail.com",
|
"email": "dceejay@gmail.com",
|
||||||
"url": "http://nodered.org"
|
"url": "http://nodered.org"
|
||||||
},
|
},
|
||||||
|
"contributors": [
|
||||||
|
"@miketrebilcock",
|
||||||
|
"@dduransseau"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"node-red" : {
|
"node-red" : {
|
||||||
"nodes": {
|
"version": ">=3.0.0",
|
||||||
"pi-gpiod": "pi-gpiod.js"
|
"nodes": {
|
||||||
}
|
"pi-gpiod": "pi-gpiod.js"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=20"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user