MagicMirror/vendor/vendor.js

17 lines
458 B
JavaScript
Raw Normal View History

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',
'moment-timezone.js' : 'moment/moment-timezone.js',
'weather-icons.css': 'weather-icons/css/weather-icons.css',
'weather-icons-wind.css': 'weather-icons/css/weather-icons-wind.css',
'font-awesome.css': 'node_modules/font-awesome/css/font-awesome.min.css'
};