-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
27 lines (27 loc) · 845 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
{
"name": "MMM-UKMOWeatherWarnings",
"version": "1.0.0",
"description": "Magic Mirror 2 Module to display weather warnings from the UK Met Office",
"main": "MMM-UKMOWeatherWarnings.js",
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/maloakes/MMM-UKMOWeatherWarnings"
},
"keywords": [
"magic mirror",
"smart mirror",
"weather",
"warnings",
"module",
"UK Met Office"
],
"author": "Malcolm Oakes",
"contributors": "https://github.com/maloakes/MMM-UKMOWeatherWarnings/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/maloakes/MMM-UKMOWeatherWarnings/issues"
},
"homepage": "https://github.com/maloakes/MMM-UKMOWeatherWarnings#readme"
}