forked from node-red/node-red-nodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 744 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
{
"name" : "node-red-node-beaglebone",
"version" : "0.1.9",
"description" : "A set of Node-RED nodes to interface to the GPIO pins of a Beaglebone Black board",
"dependencies" : {
"octalbonescript":"^1.2.2"
},
"repository" : {
"type":"git",
"url":"https://github.com/node-red/node-red-nodes.git",
"directory": "tree/master/hardware/BBB"
},
"license": "Apache-2.0",
"keywords": [ "node-red", "beagleboneblack", "beaglebone", "bbb", "octalbonescript" ],
"node-red" : {
"nodes" : {
"bbb": "145-BBB-hardware.js"
}
},
"contributors": [
{"name": "Max Hadley"},
{"name": "Dave Conway-Jones"}
]
}