UNPKG

signalk-provider-vor1415

Version:

This provider takes the VOR2014/2015 JSON stream and transforms it into Signal K vessel information

24 lines 517 B
{ "name": "signalk-provider-vor1415", "version": "0.1.1", "description": "This provider takes the VOR2014/2015 JSON stream and transforms it into Signal K vessel information", "main": "index.js", "scripts": { "test": "DEBUG=provider* node ./test" }, "keywords": [ "volvo", "ocean", "race", "vor", "signalk", "provider" ], "author": "Fabian Tollenaar <fabian@starting-point.nl>", "license": "MIT", "dependencies": { "debug": "^2.1.0", "lodash": "^2.4.1", "request-promise": "^0.3.2" } }