-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "netais",
"version": "0.1.8",
"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 <[email protected]>",
"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": "[email protected]"
},
"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"
}
}