forked from szech/mmm-weatherchart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.1 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
28
29
30
{
"name": "mmm-weatherchart",
"version": "1.0.0",
"description": "MagicMirror module to get meteogram from yr.no.",
"repository": {
"type": "git",
"url": "git+https://github.com/szech/mmm-weatherchart"
},
"keywords": [
"magic mirror",
"smart mirror",
"weather",
"meteogram",
"yr.no",
"module"
],
"author": "paphko + szech",
"contributors": "https://github.com/szech/mmm-weatherchart/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/szech/mmm-weatherchart/issues"
},
"homepage": "https://github.com/szech/mmm-weatherchart#readme",
"dependencies": {
"request": "latest",
"del": "latest",
"hashmap": "latest",
"svgi": "latest"
}
}