htu21d-i2c
Version:
Read temperature and humidity from the HTU21D-F sensor
27 lines (26 loc) • 607 B
JSON
{
"name": "htu21d-i2c",
"version": "0.1.0",
"description": "Read temperature and humidity from the HTU21D-F sensor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sensor",
"raspberry",
"pi",
"htu21d",
"i2c"
],
"author": "bbx10node <bbx10node@gmail.com> (http://x10linux.blogspot.com/)",
"repository": {
"type": "git",
"url": "http://github.com/bbx10/node-htu21d.git"
},
"license": "MIT",
"homepage": "http://github.com/bbx10/node-htu21d.git",
"dependencies": {
"i2c": ">=0.1.7"
}
}