2015-06-13 19:45:38 +02:00
|
|
|
{
|
|
|
|
"name" : "node-red-node-serialport",
|
2015-11-09 16:57:10 +01:00
|
|
|
"version" : "0.0.5",
|
2015-06-13 19:45:38 +02:00
|
|
|
"description" : "Node-RED nodes to talk to an serial port",
|
|
|
|
"dependencies" : {
|
|
|
|
"serialport" : "1.7.*"
|
|
|
|
},
|
2015-11-02 11:40:53 +01:00
|
|
|
"engineStrict" : true,
|
|
|
|
"engines" : { "node" : "<=0.12" },
|
2015-06-13 19:45:38 +02:00
|
|
|
"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" : {
|
|
|
|
"nodes" : {
|
|
|
|
"serialport": "25-serial.js"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Dave Conway-Jones",
|
|
|
|
"email": "ceejay@vnet.ibm.com",
|
|
|
|
"url": "http://nodered.org"
|
|
|
|
}
|
|
|
|
}
|