{
  "name": "signalk-windjs-plugin",
  "version": "0.2.3",
  "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"
  ],
  "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"
  }
}
