UNPKG

pimatic-dewpoint

Version:

Calculates dew point, absolute humidity, wind chill factor, heat index, and apparent temperature

64 lines (63 loc) 1.47 kB
{ "name": "pimatic-dewpoint", "description": "Calculates dew point, absolute humidity, wind chill factor, heat index, and apparent temperature", "author": { "name": "Holger Noeldgen", "url": "https://github.com/flybysun" }, "contributors": [ { "name": "Marcus Wittig", "url": "https://github.com/mwittig" } ], "main": "dewpoint", "files": [ "dewpoint.coffee", "README.md", "HISTORY.md", "LICENSE", "dewpoint-config-schema.coffee", "device-config-schema.coffee" ], "keywords": [ "Dew Point", "Absolute Humidity", "Wind Chill Factor", "Indchill", "Heat Index", "Apparent Temperature", "Pimatic" ], "version": "0.9.2", "homepage": "https://github.com/flybysun/pimatic-dewpoint/tree/master", "private": false, "repository": { "type": "git", "url": "git://github.com/flybysun/pimatic-dewpoint.git" }, "bugs": { "url": "https://github.com/flybysun/pimatic-dewpoint/issues" }, "license": "GPL-2.0", "maintainers": [ { "name": "flybysun", "url": "https://github.com/flybysun" }, { "name": "mwittig", "url": "https://github.com/mwittig" } ], "configSchema": "dewpoint-config-schema.coffee", "dependencies": { }, "peerDependencies": { "pimatic": ">=0.9.0 <1.0.0" }, "engines": { "node": ">= 4", "npm": ">1.1.x" } }