UNPKG

openweather-signalk

Version:
30 lines (29 loc) 899 B
{ "name": "openweather-signalk", "version": "1.0.0", "description": "SignalK plugin to provide data from OpenWeather Service", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "debug": "node --inspect-brk=192.168.0.97:9229 /usr/lib/node_modules/signalk-server/bin/signalk-server" }, "repository": { "type": "git", "url": "git+https://github.com/inspired-technologies/signalk-openweather-plugin.git" }, "keywords": [ "signalk", "signalk-node-server-plugin", "signalk-category-weather" ], "author": "Inspired Technologies", "license": "MIT", "bugs": { "url": "https://github.com/inspired-technologies/signalk-openweather-plugin/issues" }, "homepage": "https://github.com/inspired-technologies/signalk-openweather-plugin#readme", "dependencies": { "axios": "^1.7.9", "debug": "^4.4.0" } }