@cabinfo.eu/veml6030
Version:
A package to communicate with VEML chipset through I2C
45 lines • 842 B
JSON
{
"name": "@cabinfo.eu/veml6030",
"version": "1.0.4",
"description": "A package to communicate with VEML chipset through I2C",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "jshint *.js examples/*.js test/*.js",
"test": "cd test && ./run-tests && cd .."
},
"repository": {
"type": "git",
"url": "https://github.com/alaindeseine/veml6030/"
},
"engines": {
"node": ">=10.0.0"
},
"keywords": [
"veml6030",
"veml 6030",
"6030",
"vishay",
"light",
"ambient light",
"sensor",
"iot",
"i2c",
"raspberry",
"raspi",
"rpi",
"pi",
"beaglebone",
"linux"
],
"author": "Alain Deseine",
"license": "MIT",
"dependencies": {
"i2c-bus": "^5.2.2"
},
"devDependencies": {
"jshint": "^2.12.0"
}
}