'use strict'; module.exports = { SUPPORTED_MODULES: ['trader'], NAME: 'Mock Trader', config: function() {}, balance: function() {}, purchase: function() {}, sell: function() {} };