@growbox/sensors
Version:
An abstraction layer for a selection of raspberry-compatible sensors
27 lines (26 loc) • 562 B
JSON
{
"name": "@growbox/sensors",
"version": "0.2.1",
"description": "An abstraction layer for a selection of raspberry-compatible sensors",
"author": "nstCactus <nstCactus@gmail.com>",
"license": "ISC",
"main": "index.js",
"keywords": [
"raspi",
"raspberry pi",
"ds18b20",
"dht",
"dht22",
"dht11",
"sensors",
"sensor"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"node-dht-sensor": "^0.0.33",
"ds18b20-raspi": "^0.2.5",
"mcp3008.js": "^0.4.1"
}
}