MagicMirror/vendor/package.json

21 lines
487 B
JSON
Raw Normal View History

{
2021-09-11 11:16:09 +02:00
"name": "magicmirror-vendors",
2022-01-26 23:47:51 +01:00
"description": "Package for vendors use by MagicMirror² Core.",
2021-09-11 11:16:09 +02:00
"repository": {
"type": "git",
"url": "git+https://github.com/MichMich/MagicMirror.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MichMich/MagicMirror/issues"
},
"dependencies": {
2022-03-22 21:29:49 +01:00
"@fortawesome/fontawesome-free": "^6.1.1",
2021-09-11 11:16:09 +02:00
"moment": "^2.29.1",
2022-01-10 22:42:07 +01:00
"moment-timezone": "^0.5.34",
2021-09-11 11:16:09 +02:00
"nunjucks": "^3.2.3",
2022-03-22 21:29:49 +01:00
"suncalc": "^1.9.0",
2021-09-11 11:16:09 +02:00
"weathericons": "^2.1.0"
}
}