mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
26 lines
681 B
JSON
26 lines
681 B
JSON
{
|
|
"name" : "node-red-node-serialport",
|
|
"version" : "0.4.2",
|
|
"description" : "Node-RED nodes to talk to serial ports",
|
|
"dependencies" : {
|
|
"serialport" : "~4.0.7"
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes/tree/master/io/serialport"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [ "node-red", "serial" ],
|
|
"node-red": {
|
|
"version": ">=0.14.0",
|
|
"nodes": {
|
|
"serialport": "25-serial.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|