-
Notifications
You must be signed in to change notification settings - Fork 610
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 795 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
}
}