'use strict'; module.exports = { auth: require('./auth'), pubsub: require('./pubsub'), torrent: require('./torrent'), organizeWatcher: require('./organizeWatcher'), wantedWatcher: require('./wantedWatcher'), }