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