-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 741 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 741 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
27
{
"name": "mmm-dynamicweather",
"version": "2.15.0",
"description": "A heavily configurable MagicMirror Module to display different animations based on current weather and show customized event effects.",
"repository": {
"type": "git",
"url": "git+https://github.com/scottcl88/MMM-DynamicWeather.git"
},
"keywords": [
"magic mirror",
"module",
"weather"
],
"author": "Scott Lewis",
"license": "MIT",
"bugs": {
"url": "git+https://github.com/scottcl88/MMM-DynamicWeather/issues"
},
"homepage": "git+https://github.com/scottcl88/MMM-DynamicWeather#readme",
"main": "src/MMM-DynamicWeather.js",
"prettier": {
"printWidth": 200
},
"devDependencies": {
"typescript": "^5.4.5"
}
}