'use strict'; module.exports = { SUPPORTED_MODULES: [ 'ticker' ], NAME: 'Mock Ticker', config: function() {}, ticker: function() {} };