UNPKG

node-red-contrib-sensor-htu21d

Version:

Node-red node to read digital temperture/humidity sensor HTU21d via I2C.

34 lines (33 loc) 835 B
{ "name": "node-red-contrib-sensor-htu21d", "version": "1.0.1", "description": "Node-red node to read digital temperture/humidity sensor HTU21d via I2C.", "node-red": { "nodes": { "htu21d": "sensor-htu21d.js" } }, "main": "sensor-htu21d.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/mejsel/node-red-contrib-sensor-htu21d.git" }, "keywords": [ "node-red", "htu21d", "temperature", "humidity" ], "author": "Marcel Indlekofer", "license": "ISC", "bugs": { "url": "https://github.com/mejsel/node-red-contrib-sensor-htu21d/issues" }, "homepage": "https://github.com/mejsel/node-red-contrib-sensor-htu21d#readme", "dependencies": { "sensor-htu21d": "^1.1.2" } }