-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 759 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 759 Bytes
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
{
"name": "mmm-weathereffects",
"version": "1.0.0",
"description": "A MagicMirror module that adds dynamic weather effects (snow and rain) based on current weather conditions",
"main": "MMM-WeatherEffects.js",
"keywords": [
"magicmirror",
"snow",
"rain",
"effect",
"weather",
"animation",
"dynamic"
],
"author": "Christian Gillinger",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cgillinger/MMM-WeatherEffects.git"
},
"bugs": {
"url": "https://github.com/cgillinger/MMM-WeatherEffects/issues"
},
"homepage": "https://github.com/cgillinger/MMM-WeatherEffects#readme",
"dependencies": {}
}