MagicMirror/vendor/package.json
2019-01-09 21:24:14 +00:00

20 lines
487 B
JSON

{
"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",
"weathericons": "^2.1.0"
}
}