mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
21 lines
513 B
JSON
Executable File
21 lines
513 B
JSON
Executable File
{
|
|
"name": "magicmirror-vendors",
|
|
"description": "Package for vendors use by MagicMirror Core.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/MichMich/MagicMirror.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/MichMich/MagicMirror/issues"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.1",
|
|
"moment": "^2.29.1",
|
|
"moment-timezone": "^0.5.32",
|
|
"nunjucks": "^3.2.2",
|
|
"suncalc": "^1.8.0",
|
|
"weathericons": "^2.1.0"
|
|
}
|
|
}
|