mirror of
https://github.com/node-red/node-red-nodes.git
synced 2023-10-10 13:36:58 +02:00
32 lines
758 B
JSON
32 lines
758 B
JSON
{
|
|
"name": "node-red-node-pi-mcp3008",
|
|
"version": "0.5.2",
|
|
"description": "A Node-RED node to read from the MCP3008 Analogue to Digital Converter",
|
|
"dependencies": {
|
|
"mcp-spi-adc": "^3.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/node-red/node-red-nodes.git",
|
|
"directory": "tree/master/hardware/mcp3008"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"node-red",
|
|
"pi",
|
|
"adc",
|
|
"mcp",
|
|
"a/d converter"
|
|
],
|
|
"node-red": {
|
|
"nodes": {
|
|
"pimcp3008": "pimcp3008.js"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Dave Conway-Jones",
|
|
"email": "conway@uk.ibm.com",
|
|
"url": "http://nodered.org"
|
|
}
|
|
}
|