UNPKG

@linusnyren/homebridge-yr

Version:

A homebridge temperature sensor for displaying the weather at your current location using data from yr.no.

34 lines (33 loc) 878 B
{ "name": "@linusnyren/homebridge-yr", "version": "1.1.4", "description": "A homebridge temperature sensor for displaying the weather at your current location using data from yr.no.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/linusnyren/homebridge-yr.git" }, "engines": { "homebridge": ">=0.2.0", "node": ">=4.2.0" }, "keywords": [ "homebridge-plugin", "weather", "yr", "yr.no" ], "author": "Linus Nyrén<linusny@hotmail.com>", "license": "", "bugs": { "url": "https://github.com/linusnyren/homebridge-yr/issues" }, "homepage": "https://github.com/linusnyren/homebridge-yr#readme", "dependencies": { "request": "^2.65.0", "xml2json": ">=0.10.0" } }