mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
17 lines
521 B
JavaScript
17 lines
521 B
JavaScript
/* exported vendor */
|
|
|
|
/* Magic Mirror
|
|
* Vendor File Definition
|
|
*
|
|
* By Michael Teeuw http://michaelteeuw.nl
|
|
* MIT Licensed.
|
|
*/
|
|
|
|
var vendor = {
|
|
'moment.js' : 'node_modules/moment/min/moment-with-locales.js',
|
|
'moment-timezone.js' : 'node_modules/moment-timezone/moment-timezone.js',
|
|
'weather-icons.css': 'node_modules/weathericons/css/weather-icons.css',
|
|
'weather-icons-wind.css': 'node_modules/weathericons/css/weather-icons-wind.css',
|
|
'font-awesome.css': 'node_modules/font-awesome/css/font-awesome.min.css'
|
|
};
|