-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.1 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.1 KB
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
45
46
{
"description": "VHF GeoJSON information with SignalK plugin",
"keywords": [
"vhfinfo",
"signalk-node-server-plugin",
"signalk-webapp"
],
"license": "ISC",
"author": "hans@defect.org",
"main": "plugin/index.js",
"name": "vhfinfo",
"version": "0.0.37",
"repository": {
"type": "git",
"url": "git+https://github.com/htool/vhfinfo.git"
},
"bugs": {
"url": "https://github.com/htool/vhfinfo/issues"
},
"homepage": "https://github.com/htool/vhfinfo#readme",
"signalk": {
"appIcon": "./signalk-logo.png",
"displayName": "VHFinfo"
},
"scripts": {
"format": "prettier --write --no-semi --single-quote plugin/*"
},
"dependencies": {
"@turf/nearest-point": "6.5.0",
"@turf/turf": "6.5.0",
"concaveman": "1.2.1",
"fs": "^0.0.1-security",
"geo-coordinates-parser": "^1.5.8",
"https": "^1.0.0",
"json-format": "^1.0.1",
"multigeojson": "^0.0.1",
"ol": "^7.2.2",
"path": "^0.12.7",
"readline": "^1.3.0",
"stream-json": "^1.7.5",
"turf-point": "^2.0.1"
},
"devDependencies": {
"prettier": "^2.8.8"
}
}