node-red-contrib-easybotics-ina219-sensor
Version:
node-red wrapper for the ina219 repo
36 lines (35 loc) • 831 B
JSON
{
"name": "node-red-contrib-easybotics-ina219-sensor",
"version": "0.7.6",
"description": "node-red wrapper for the ina219 repo",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easybotics/node-red-contrib-easybotics-ina219.git"
},
"keywords": [
"ina219",
"raspi",
"current",
"sensor",
"voltage",
"node-red"
],
"dependencies": {
"easybotics-ina219": "0.6.4"
},
"author": "easybotics",
"license": "ISC",
"bugs": {
"url": "https://github.com/easybotics/node-red-contrib-easybotics-ina219/issues"
},
"homepage": "https://github.com/easybotics/node-red-contrib-easybotics-ina219#readme",
"node-red": {
"nodes": {
"ina": "ina.js"
}
}
}