MagicMirror/vendor/vendor.js
Rodrigo Ramírez Norambuena 597a7f7b40 Bugfix introduced into bb08fe8113e37a6a44dc3ab4ca64fcf8a3ec200e
This is work on Pull Request #803 and help of @johanhammar and @fewieden
2017-04-01 15:53:20 -03:00

17 lines
538 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/builds/moment-timezone-with-data.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"
};