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 = {
|
2017-03-14 22:53:37 -03:00
|
|
|
"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"
|
2016-04-03 19:52:13 +02:00
|
|
|
};
|