di-sensors
Version:
Drivers and examples for using DI_Sensors in Node.js
19 lines (18 loc) • 442 B
JSON
{
"name": "dht-drivers",
"version": "0.0.2",
"description": "Node.js module to read the DHT series of humidity and temperature sensors on a Raspberry Pi.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"gypfile": true,
"dependencies": {
"bindings": "~1.2.1"
},
"keywords": [
"dht"
],
"author": "Marcello Barile <marcello.barile@gmail.com>",
"license": "MIT"
}