signalk-windjs
Version:
This plugin scrapes NOAA GRIB2 and makes them available in JSON format.
29 lines (28 loc) • 656 B
JSON
{
"name": "signalk-windjs",
"version": "0.3.1",
"description": "This plugin scrapes NOAA GRIB2 and makes them available in JSON format.",
"main": "index.js",
"keywords": [
"signalk",
"wind",
"windjs",
"grib",
"grib2",
"json",
"signalk-node-server-plugin",
"signalk-webapp"
],
"author": "Fabian Tollenaar <fabian@decipher.industries> (https://decipher.industries)",
"license": "ICS",
"repository": {
"type": "git",
"url": "https://github.com/fabdrol/signalk-windjs-plugin"
},
"dependencies": {
"express": "^4.16.3",
"moment": "^2.22.2",
"q": "^1.5.1",
"request": "^2.87.0"
}
}