Files
node-red-nodes/hardware/pigpiod/package.json
Dave Conway-Jones e2638ab293 Update package.json
2025-12-12 14:02:55 +00:00

38 lines
795 B
JSON

{
"name": "node-red-node-pi-gpiod",
"version": "0.5.1",
"description": "A node-red node for PiGPIOd",
"dependencies" : {
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/node-red/node-red-nodes.git",
"directory" : "tree/master/hardware/pigpiod"
},
"keywords": [
"node-red", "Pi", "GPIO", "PiGPIOd"
],
"author": {
"name": "Dave Conway-Jones",
"email": "dceejay@gmail.com",
"url": "http://nodered.org"
},
"contributors": [
"@miketrebilcock",
"@dduransseau"
],
"license": "Apache-2.0",
"node-red" : {
"version": ">=3.0.0",
"nodes": {
"pi-gpiod": "pi-gpiod.js"
}
},
"engines": {
"node": ">=20.0.0"
}
}