mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
34 lines
787 B
JSON
34 lines
787 B
JSON
{
|
|
"name": "node-red-node-arduino",
|
|
"version": "1.0.0",
|
|
"description": "A Node-RED node to talk to an Arduino running firmata",
|
|
"dependencies": {
|
|
"serialport": "^12.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/hardware/Arduino"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"arduino",
|
|
"firmata"
|
|
],
|
|
"node-red": {
|
|
"version": ">=3.0.0",
|
|
"nodes": {
|
|
"arduino": "35-arduino.js"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "dceejay@gmail.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|