UNPKG

netais

Version:

Exchange AIS-like messages via the Internet to watch position members of your private group. SignalK implementation.

40 lines (39 loc) 1.05 kB
{ "name": "netais", "version": "1.0.0", "description": "Exchange AIS-like messages via the Internet to watch position members of your private group. SignalK implementation.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Vladimir Kalachikhin <galadrielmap@gmail.com>", "license": "CC BY-NC-SA 4.0", "keywords": [ "signalk-node-server-plugin", "signalk-category-ais" ], "homepage": "https://github.com/VladimirKalachikhin/netAIS-Signal-K#readme", "bugs": { "url": "https://github.com/VladimirKalachikhin/netAIS-Signal-K/issues", "email": "galadrielmap@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/VladimirKalachikhin/netAIS-Signal-K.git" }, "funding": [ { "type" : "individual", "url" : "https://sobe.ru/na/galadrielmap" } ], "files": [ "screenshots/*" ], "dependencies": { "socks-proxy-agent": ">=6.0.0" }, "signalk": { "displayName": "netAIS SignalK edition" } }