MagicMirror/vendor/package.json
sam detweiler 7e6349c093
Fix compliments croner (#3625)
croner changed the filename we need to use in the latest version
fix the alias table in vendor/vendor.js

fixes #3624
2024-11-04 17:41:48 +01:00

24 lines
561 B
JSON

{
"name": "magicmirror-vendors",
"version": "1.0.0",
"description": "Package for vendors use by MagicMirror² core.",
"bugs": {
"url": "https://github.com/MagicMirrorOrg/MagicMirror/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/MagicMirrorOrg/MagicMirror"
},
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"animate.css": "^4.1.1",
"croner": "^9.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46",
"nunjucks": "^3.2.4",
"suncalc": "^1.9.0",
"weathericons": "^2.1.0"
}
}