-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 951 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
35
36
37
38
39
40
41
{
"name": "signalk-barometer-trend",
"version": "2.3.3",
"description": "Get pressure trend and weather predictions from a barometer over time",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oyve/signalk-barometer-trend.git"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-plugin",
"signalk-category-weather",
"signalk",
"barometer",
"pressure",
"trend",
"tendency",
"front",
"hemisphere",
"prediction",
"weather",
"forecast"
],
"author": "github.com/oyve",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oyve/signalk-barometer-trend/issues"
},
"homepage": "https://github.com/oyve/signalk-barometer-trend#readme",
"dependencies": {
"barometer-trend": "^2.2.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"mocha": "^10.1.0"
}
}