mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
88f7f52f99
to Close #455
25 lines
685 B
JSON
25 lines
685 B
JSON
{
|
|
"name" : "node-red-node-arduino",
|
|
"version" : "0.0.18",
|
|
"description" : "A Node-RED node to talk to an Arduino running firmata",
|
|
"dependencies" : {
|
|
"firmata" : "~0.19.1"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/hardware/Arduino"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [ "node-red", "arduino", "firmata" ],
|
|
"node-red" : {
|
|
"nodes" : {
|
|
"arduino": "35-arduino.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|