mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
25 lines
727 B
JSON
25 lines
727 B
JSON
{
|
|
"name" : "node-red-node-pisrf",
|
|
"version" : "0.2.1",
|
|
"description" : "A Node-RED node for a Raspberry Pi to use a SRF04 or SRF05 range finder",
|
|
"dependencies" : {
|
|
},
|
|
"repository" : {
|
|
"type":"git",
|
|
"url":"https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/hardware/PiSrf"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [ "node-red", "SRF04", "SRF05", "ultrasonic", "range", "HC-SR04", "SR04" ],
|
|
"node-red" : {
|
|
"nodes" : {
|
|
"rpi-srf": "pisrf.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "ceejay@vnet.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|