2014-07-15 11:15:34 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-beaglebone",
|
2017-01-29 18:45:44 +01:00
|
|
|
"version" : "0.1.9",
|
2014-07-15 11:15:34 +02:00
|
|
|
"description" : "A set of Node-RED nodes to interface to the GPIO pins of a Beaglebone Black board",
|
|
|
|
"dependencies" : {
|
2017-01-29 18:45:44 +01:00
|
|
|
"octalbonescript":"^1.2.2"
|
2014-07-15 11:15:34 +02:00
|
|
|
},
|
|
|
|
"repository" : {
|
|
|
|
"type":"git",
|
|
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/BBB"
|
|
|
|
},
|
2015-05-29 15:58:34 +02:00
|
|
|
"license": "Apache-2.0",
|
2016-01-01 15:38:39 +01:00
|
|
|
"keywords": [ "node-red", "beagleboneblack", "beaglebone", "bbb", "octalbonescript" ],
|
2014-07-15 11:15:34 +02:00
|
|
|
"node-red" : {
|
|
|
|
"nodes" : {
|
|
|
|
"bbb": "145-BBB-hardware.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"contributors": [
|
|
|
|
{"name": "Max Hadley"},
|
|
|
|
{"name": "Dave Conway-Jones"}
|
|
|
|
]
|
|
|
|
}
|