mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 03:39:55 +00:00
21 lines
512 B
JSON
Executable File
21 lines
512 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.3.1",
|
|
"moment": "^2.17.1",
|
|
"moment-timezone": "^0.5.11",
|
|
"nunjucks": "^3.0.1",
|
|
"suncalc": "^1.8.0",
|
|
"weathericons": "^2.1.0"
|
|
}
|
|
}
|