-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
27 lines (27 loc) · 1.01 KB
/
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
{
"name": "MMM-3Day-Forecast",
"version": "2.0.1",
"description": "MagicMirror 2 module to show detailed 3 day forcast using the Wunderground API.",
"repository": {
"type": "git",
"url": "git+https://github.com/nigel-daniels/MMM-3Day-Forecast"
},
"keywords": [
"magic mirror",
"smart mirror",
"weather",
"forecast",
"module"
],
"author": "Nigel Daniels",
"contributors": "https://github.com/nigel-daniels/MMM-3Day-Forecast/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/nigel-daniels/MMM-3Day-Forecast/issues"
},
"homepage": "https://github.com/nigel-daniels/MMM-3Day-Forecast#readme",
"dependencies": {
"date-fns": "^2.29.3",
"request": "^2.88.2"
}
}