raspi-sensors
Version:
Raspberry-pi plugin to easily fetch data from GPIO and i2c sensors
31 lines (30 loc) • 685 B
JSON
{
"name": "raspi-sensors",
"version": "0.2.11",
"description": "Raspberry-pi plugin to easily fetch data from GPIO and i2c sensors",
"author": "Guillaume Villerez <vuzi@vuzi.fr>",
"repository": {
"type": "git",
"url": "https://github.com/Vuzi/raspi-sensors"
},
"bugs": {
"url": "https://github.com/Vuzi/raspi-sensors/issues"
},
"main": "build/raspi-sensors",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "bash install.sh"
},
"gypfile": true,
"keywords": [
"rapsberry-pi",
"rapsberry",
"sensor",
"DHT22",
"DHT11",
"BMP180",
"TLS2561",
"PIR"
],
"license": "Apache-2.0"
}