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": {
"@fortawesome/fontawesome-free": "^6.4.0",
2022-08-07 23:17:24 +02:00
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"nunjucks": "^3.2.4",
2022-03-22 21:29:49 +01:00
"suncalc": "^1.9.0",
2021-09-11 11:16:09 +02:00
"weathericons": "^2.1.0"
}
}