'use strict'; module.exports = { include: [ 'xempire', 'pervcity', ], columns: [ { value: 'date', format: 'MMM DD, YYYY', width: 14, }, { value: 'site', width: 20, }, { value: 'title', width: 60, }, { value: 'actors', width: 40, }, { value: 'rating', width: 20, }, ], };