-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 876 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
{
"name": "signalk-polar-performance-plugin",
"version": "0.0.51",
"description": "A plugin that calculates performance information based on a (CSV) polar diagram.",
"main": "plugin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htool/signalk-polar-performance-plugin.git"
},
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/htool/signalk-polar-performance-plugin/issues"
},
"homepage": "https://github.com/htool/signalk-polar-performance-plugin#readme",
"signalk": {
"appIcon": "./signalk-logo.png",
"displayName": "Polar Performance"
},
"keywords": [
"signalk-webapp",
"signalk-node-server-plugin",
"signalk-category-instruments",
"signalk-category-chart-plotters"
]
}