mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-16 03:43:12 +00:00
17 lines
356 B
JSON
17 lines
356 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": {
|
||
|
"font-awesome": "^4.7.0"
|
||
|
}
|
||
|
}
|