mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
24 lines
716 B
JSON
24 lines
716 B
JSON
{
|
|
"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/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"}
|
|
]
|
|
}
|