veml6070-sensor
Version:
A Node.js I2C module for the Vishay Semiconductors VEML6070 UVA Light Sensor
38 lines (37 loc) • 795 B
JSON
{
"name": "veml6070-sensor",
"version": "0.0.7",
"description": "A Node.js I2C module for the Vishay Semiconductors VEML6070 UVA Light Sensor",
"main": "VEML6070.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skylarstein/veml6070-sensor.git"
},
"keywords": [
"VEML6070",
"UV",
"UVA",
"Light",
"Sensor",
"Adafruit",
"Raspberry",
"Pi",
"Beaglebone"
],
"author": "Skylar Stein",
"license": "MIT",
"bugs": {
"url": "https://github.com/skylarstein/veml6070-sensor/issues"
},
"homepage": "https://github.com/skylarstein/veml6070-sensor#readme",
"dependencies": {
"i2c-bus": "^1.1.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}