-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
40
41
42
43
44
{
"name": "galadrielmap_sk",
"version": "0.9.13",
"description": "a server-based chartplotter navigation software for pleasure crafts, motorhomes, and off-road cars. It's can be used on tablets and smartphones without install any app. Only browser need.",
"main": "index.js",
"author": "Vladimir Kalachikhin",
"license": "CC BY-NC-SA 4.0",
"keywords": [
"signalk-node-server-plugin",
"signalk-webapp",
"signalk-category-chart-plotters",
"chart-plotter",
"chartplotter"
],
"homepage": "https://github.com/VladimirKalachikhin/GaladrielMapSK#readme",
"bugs": {
"url": "https://github.com/VladimirKalachikhin/GaladrielMapSK/issues",
"email": "galadrielmap@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VladimirKalachikhin/GaladrielMapSK.git"
},
"funding": [
{
"type": "individual",
"url": "https://sobe.ru/na/galadrielmap"
}
],
"files": [
"screenshots/",
"public/"
],
"dependencies": {
"@signalk/charts-plugin": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"signalk": {
"appIcon": "./img/map-horn.png",
"displayName": "GaladrielMap SignalK edition"
}
}