UNPKG

@agilatech/veml6070

Version:

A driver for the Vishay VEML6070 UVA sensor

41 lines (40 loc) 856 B
{ "name": "@agilatech/veml6070", "version": "0.8.0", "description": "A driver for the Vishay VEML6070 UVA sensor", "main": "veml6070.js", "directories": { "example": "examples", "test": "test" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/AgilatechSystems/veml6070.git" }, "keywords": [ "veml6070", "VEML6070", "sensor", "uv", "uva", "raspberry", "beaglebone", "pi" ], "author": "scotty <scott@agilatech.com> (http://agilatech.com)", "license": "MIT", "bugs": { "url": "https://github.com/AgilatechSystems/veml6070/issues" }, "homepage": "https://github.com/AgilatechSystems/veml6070#readme", "devDependencies": { "chai": "^4.2.0", "mocha": "^5.2.0" }, "dependencies": { "i2c-bus": "^4.0.7" } }