bh1750-sensor
Version:
A Node.js I2C module for BH1750 Ambient Light Sensor
28 lines (27 loc) • 543 B
JSON
{
"name": "bh1750-sensor",
"version": "0.0.3",
"description": "A Node.js I2C module for BH1750 Ambient Light Sensor",
"main": "BH1750.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HighCobra/bh1750-sensor.git"
},
"keywords": [
"BH1750",
"Ambient",
"Light",
"Sensor",
"Adafruit",
"Raspberry",
"Pi"
],
"author": "Christophe Claudin",
"license": "MIT",
"dependencies": {
"i2c-bus": "^5.2.2"
}
}