pimatic-dht-sensors
Version:
Support for the DHT11 and DHT22 temperature and humidity sensor.
55 lines (54 loc) • 1.29 kB
JSON
{
"name": "pimatic-dht-sensors",
"description": "Support for the DHT11 and DHT22 temperature and humidity sensor.",
"author": "Oliver Schneider <oliverschneider89+sweetpi@gmail.com> (http://sweetpi.de)",
"contributors": [
{
"name": "Marek Kail",
"email": "reg@kail.cz",
"url": "https://github.com/wutu"
},
{
"name": "Marcus Wittig",
"url": "https://github.com/mwittig"
}
],
"main": "dht-sensors",
"files": [
"dht-sensors.coffee",
"README.md",
"dht-sensors-config-schema.coffee",
"device-config-schema.coffee"
],
"version": "0.9.3",
"homepage": "http://github.com/pimatic/pimatic-dht-sensors",
"repository": {
"type": "git",
"url": "git://github.com/pimatic/pimatic-dht-sensors.git"
},
"configSchema": "dht-sensors-config-schema.coffee",
"dependencies": {
"node-dht-sensor": "0.0.32"
},
"peerDependencies": {
"pimatic": ">=0.8.0 <1.0.0"
},
"engines": {
"node": ">0.8.x",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/pimatic/pimatic/issues"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pimatic",
"dht11",
"dht22",
"AM2302"
],
"license": "GPL-2.0"
}