@edgepi-cloud/node-red-edgepi-adc
Version:
node-red node for edgepi adc module utilizing remote procedure calls
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "@edgepi-cloud/node-red-edgepi-adc",
"node-red": {
"version": ">=3.0.2",
"nodes": {
"edgepi-adc": "edgepi-adc.js"
}
},
"engines": {
"node": ">=14"
},
"version": "1.0.16",
"description": "node-red node for edgepi adc module utilizing remote procedure calls",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EdgePi-Cloud/node-red-edgepi-adc.git"
},
"keywords": [
"node-red",
"edgepi",
"rpc"
],
"author": "Isaac James",
"license": "MIT",
"bugs": {
"url": "https://github.com/EdgePi-Cloud/node-red-edgepi-adc/issues"
},
"homepage": "https://github.com/EdgePi-Cloud/node-red-edgepi-adc#readme",
"devDependencies": {
"node-red": "^3.1.5"
},
"dependencies": {
"@edgepi-cloud/edgepi-rpc": "^1.1.3"
}
}