forked from inspired-technologies/signalk-openweather-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 862 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": "squid-sailing-signalk",
"version": "0.2.0",
"description": "SignalK plugin to provide data from SquidSailing Service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"debug": "node --inspect-brk=192.168.0.98:9229 /usr/lib/node_modules/signalk-server/bin/signalk-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tkrofta/signalk-squid-sailing-plugin"
},
"keywords": [
"signalk",
"signalk-node-server-plugin",
"signalk-category-weather"
],
"author": "Inspired Technologies",
"license": "MIT",
"bugs": {
"url": "https://github.com/tkrofta/signalk-squid-sailing-plugin/issues"
},
"homepage": "https://github.com/tkrofta/signalk-squid-sailing-plugin#readme",
"dependencies": {
"axios": "^1.6.8",
"debug": "^4.3.4"
}
}