-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 837 Bytes
/
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
{
"name": "naivegpxlogger",
"version": "0.2.2",
"description": "Simple SignalK gpx logger",
"main": "index.js",
"keywords": [
"signalk-node-server-plugin",
"signalk-category-utility"
],
"author": "Vladimir Kalachikhin",
"license": "CC BY-NC-SA 4.0",
"homepage": "https://github.com/VladimirKalachikhin/naiveGPXlogger#readme",
"bugs": {
"url": "https://github.com/VladimirKalachikhin/naiveGPXlogger/issues",
"email": "galadrielmap@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/VladimirKalachikhin/naiveGPXlogger.git"
},
"funding": [
{
"type": "individual",
"url": "https://sobe.ru/na/galadrielmap"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"signalk": {
"displayName": "naiveGPXlogger"
}
}