-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 873 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
42
{
"name": "barometer-trend",
"version": "2.2.6",
"description": "Calculate the tendency, trend and weather predictions of barometric pressure",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oyve/barometer-trend.git"
},
"keywords": [
"barometer",
"pressure",
"trend",
"tendency",
"history",
"calculate",
"weather",
"front",
"hemisphere",
"prediction",
"forecast",
"barometric"
],
"author": "github.com/oyve",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oyve/barometer-trend/issues"
},
"homepage": "https://github.com/oyve/barometer-trend#readme",
"devDependencies": {
"mocha": "^10.1.0"
},
"dependencies": {
"regression": "^2.0.1"
}
}