2016-03-24 17:19:32 +01:00
|
|
|
/* exported vendor */
|
|
|
|
|
|
|
|
/* Magic Mirror
|
|
|
|
* Vendor File Definition
|
|
|
|
*
|
|
|
|
* By Michael Teeuw http://michaelteeuw.nl
|
|
|
|
* MIT Licensed.
|
|
|
|
*/
|
|
|
|
|
|
|
|
var vendor = {
|
2016-05-10 16:18:35 +02:00
|
|
|
'moment.js' : 'moment/moment-with-locales.js',
|
2016-10-24 23:53:34 -03:00
|
|
|
'moment-timezone.js' : 'moment/moment-timezone.js',
|
2016-08-03 11:43:28 +02:00
|
|
|
'weather-icons.css': 'weather-icons/css/weather-icons.css',
|
|
|
|
'weather-icons-wind.css': 'weather-icons/css/weather-icons-wind.css',
|
2017-03-12 21:55:08 -03:00
|
|
|
'font-awesome.css': 'node_modules/font-awesome/css/font-awesome.min.css'
|
2016-04-03 19:52:13 +02:00
|
|
|
};
|