MagicMirror/vendor/vendor.js

14 lines
326 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 = {
'moment.js' : 'moment/moment-with-locales.min.js',
2016-03-31 11:05:32 +02:00
'weather-icons.css': 'weather-icons/weather-icons.css',
'font-awesome.css': 'font-awesome-4.5.0/css/font-awesome.min.css'
2016-03-24 17:19:32 +01:00
};