MagicMirror/vendor/vendor.js
Rodrigo Ramírez Norambuena 328f15c2ea Add font-awesome using npm on vendors:
This can updated libs and clean repository code.
2017-03-12 21:55:08 -03:00

17 lines
458 B
JavaScript

/* exported vendor */
/* Magic Mirror
* Vendor File Definition
*
* By Michael Teeuw http://michaelteeuw.nl
* MIT Licensed.
*/
var vendor = {
'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'
};