openweather-signalk
Version:
SignalK plugin publishing current & forecast from OpenWeather Service
30 lines (29 loc) • 934 B
JSON
{
"name": "openweather-signalk",
"version": "1.1.9",
"description": "SignalK plugin publishing current & forecast 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 -c /home/pi/signalk"
},
"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.19.0",
"debug": "^4.4.3"
}
}