-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 918 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
34
{
"name": "collision-detector",
"version": "0.2.2",
"description": "SignalK server plugin that detects a risk of collision with other vessels",
"main": "index.js",
"author": "Vladimir Kalachikhin",
"license": "CC BY-NC-SA 4.0",
"keywords": [
"signalk-node-server-plugin",
"signalk-category-ais",
"signalk-category-notifications"
],
"homepage": "https://github.com/VladimirKalachikhin/collision-detector#readme",
"bugs": {
"url": "https://github.com/VladimirKalachikhin/collision-detector/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VladimirKalachikhin/collision-detector.git"
},
"funding": [
{
"type": "individual",
"url": "https://sobe.ru/na/galadrielmap"
}
],
"files": [
"screenshots/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}