{
  "fullscreen": {
    "global": "Game",
    "platforms": ["mobile","mobileLow"],
    "module": "Core.Fullscreen"
  },
  "stage": {
    "global": "Game",
    "module": "Game.Stage"
  },
  "postman": {
    "global": "Services",
    "module": "Core.Postman"
  },
  "autoPlayer": {
    "module": "Core.AutoPlayer"
  },
  "netEntExtend": {
    "global": "Services",
    "module": "Core.NetEntExtend",
    "model": "Core.Slots.NetEntExtendModel"
  },
  "netEntExtendEvents": {
    "global": "Services",
    "module": "Core.NetEntExtendEvents",
    "model": "Core.Slots.NetEntExtendEventsModel"
  },
  "moneyManager": {
    "global": "Services",
    "module": "Core.MoneyManager"
  },
  "settingsManager": {
    "global": "Services",
    "module": "Core.SettingsManager"
  },
  "localStorageManager": {
    "global": "Services",
    "module": "Core.LocalStorageManager"
  },
  "customMessages": {
    "module": "Core.CustomMessages",
    "model": {
      "desktop": "Core.CustomMessagesDesktopModel"
    }
  },
  "keepAlive": {
    "module": "Core.KeepAlive"
  },
  "playForRealPromo": {
    "module": "Core.PlayForRealPromo",
    "model": {
      "desktop": "Core.PlayForRealPromoDesktopModel"
    }
  },
  "dialogWindow": {
    "module": "Core.DialogWindow",
    "view": {
      "mobile": "Core.DialogWindowMobileView",
      "tablet": "Core.DialogWindowBaseView"
    }
  },
  "errorManager": {
    "global": "Game",
    "module": "Core.ErrorManager",
    "controller": "LA.ErrorManagerController",
    "model": {
      "desktop": "Core.ErrorManagerDesktopModel"
    }
  },
  "playModeManager": {
    "module": "Core.PlayModeManager"
  },
  "serverManager": {
    "module": "Core.Slots.ServerManager"
  },
  "responseParser": {
    "global": "Game",
    "module": "Core.Slots.ResponseParser"
  },
  "background": {
    "module": "LA.Background",
    "controller": "LA.BackgroundController",
    "view" : {
      "desktop": "LA.BackgroundDesktopView",
      "mobile": "LA.BackgroundMobileView"
    }
  },
  "spin": {
    "global": "Game",
    "module": "Core.Slots.BufferedSpin",
    "view": "LA.BufferedSpinView"
  },
  "spinButton": {
    "module": "Interface.Slots.SpinButton",
    "controller": "LA.SpinButtonController",
    "view": {
      "mobile": "Interface.Slots.SpinButtonMobileView",
      "tablet": "Interface.Slots.SpinButtonTabletView",
      "desktop": "Interface.Slots.SpinButtonDesktopView"
    }
  },
  "maxBetButton": {
    "platforms": ["desktop"],
    "module": "Interface.Slots.MaxBetButton",
    "view": "LA.MaxBetButtonDesktopView",
    "controller": "LA.MaxBetButtonController"
  },
  "quickSettingsMenu": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.QuickSettingsMenu",
    "view": {
      "mobile": "Interface.QuickSettingsMenuBaseView",
      "tablet": "Interface.QuickSettingsMenuTabletView"
    }
  },
  "autoPlayButton": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.AutoPlayButton"
  },
  "quickSpinButton": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.QuickSpinButton"
  },
  "resourceLoader": {
    "module": "Core.ResourceLoader"
  },
  "spinTypeBasic": {
    "module": "Core.Slots.SpinTypeBasic"
  },
  "spinTypeRespin": {
    "module": "Core.Slots.SpinTypeRespin"
  },
  "spinTypeFreespin": {
    "module": "Core.Slots.SpinTypeFreespin"
  },
  "quickStopper": {
    "module": "Game.Slots.QuickStopper"
  },
  "winSituationsDisplay": {
    "module": "Game.Slots.WinSituationsDisplay",
    "controller" : "LA.WinSituationsDisplayController"
  },
  "winSituations": {
    "module": "Game.Slots.WinSituations"
  },
  "betlineIndicators": {
    "module": "LA.BetlineIndicators",
    "view": "LA.BetlineIndicatorsView",
    "controller": "LA.BetlineIndicatorsController"
  },
  "winBanner": {
    "module": "Game.Slots.WinBanner",
    "view": "LA.WinBannerView"
  },
  "stopGame": {
    "module": "Core.StopGame"
  },
  "realityCheck": {
    "module": "Core.Slots.RealityCheck",
    "model": {
      "desktop": "Core.RealityCheckDesktopModel"
    }
  },
  "coinWin": {
    "module": "Game.Slots.CoinWin",
    "view": "LA.CoinWinView"
  },
  "dimmedNoWinSymbols": {
    "module": "Game.Slots.DimmedNoWinSymbols"
  },
  "winningSymbols": {
    "module": "Game.Slots.WinningSymbols",
    "view": "LA.WinningSymbolsView",
    "model" : "LA.WinningSymbolsModel",
    "controller" : "LA.WinningSymbolsController"
  },
  "freeSpinSymbolAttentionAnimations": {
    "module": "Game.Slots.FreeSpinSymbolAttentionAnimation",
    "view": "LA.FreeSpinSymbolAttentionAnimationView"
  },
  "standardWin": {
    "module": "Core.Slots.StandardWin",
    "controller": "LA.StandardWinController",
    "model": "LA.StandardWinModel"
  },
  "cutOutAnimation": {
    "module": "LA.CutOutAnimation"
  },
  "bigWin": {
    "module": "Game.Slots.BigWin",
    "model": "LA.BigWinModel",
    "view": {
      "desktop" : "LA.BigWinView",
      "mobile" : "LA.BigWinMobileView"
    },
    "controller": "LA.BigWinController"
  },
  "bigWinCountUp": {
    "module": "Game.Slots.BigWinCountUp",
    "view": "LA.BigWinCountUpView"
  },
  "JMX": {
    "optional": true,
    "module": "Cheats.JMX"
  },
  "JMXQueueViewer": {
    "optional": true,
    "module": "Cheats.JMXQueueViewer"
  },
  "DebugInformation": {
    "optional": true,
    "module": "Cheats.DebugInformation"
  },
  "g4": {
    "global": "Game",
    "module": "Core.G4",
    "model": {
      "desktop": "Core.G4DesktopModel"
    }
  },
  "slowRequestAnimation": {
    "module": "Core.SlowRequestAnimation",
    "view": {
      "desktop": "Core.SlowRequestAnimationDesktopView"
    }
  },
  "ambienceManager": {
    "module": "Game.AmbienceManager"
  },
  "audioPlayer": {
    "global": "Game",
    "module": "Core.Audio.AudioPlayer"
  },
  "homeButton": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.HomeButton",
    "view": {
      "mobile": "Interface.HomeButtonMobileView",
      "tablet": "Interface.HomeButtonTabletView"
    }
  },
  "soundOnOffButton": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.SoundOnOffButton",
    "view": {
      "mobile": "Interface.SoundOnOffButtonMobileView",
      "tablet": "Interface.SoundOnOffButtonTabletView"
    }
  },
  "balanceDisplay": {
    "module": "Interface.BalanceDisplay",
    "view": {
      "desktop": "Interface.BalanceDisplayDesktopView",
      "mobile": "Interface.BalanceDisplayMobileView",
      "tablet": "Interface.BalanceDisplayBaseView"
    }
  },
  "coinsField": {
    "module": "Interface.Slots.CoinsField",
    "view": {
      "mobile": "Interface.Slots.CoinsFieldMobileView",
      "tablet": "Interface.Slots.CoinsFieldBaseView",
      "desktop": "LA.CoinsFieldDesktopView"
    }
  },
  "cashField": {
    "module": "Interface.CashField",
    "view": {
      "desktop": "Interface.CashFieldDesktopView",
      "mobile": "Interface.CashFieldMobileView",
      "tablet": "Interface.CashFieldTabletView"
    }
  },
  "coinsFieldCountUp": {
    "module": "Core.AbstractCountUp"
  },
  "settingsWindow": {
    "module": "Interface.SettingsWindow",
    "view": {
      "mobile": "Interface.SettingsWindowMobileView",
      "tablet": "Interface.SettingsWindowTabletView",
      "desktop": "Interface.SettingsWindowDesktopView"
    }
  },
  "settingsMenu": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.SettingsMenu",
    "view": {
      "mobile": "Interface.SettingsMenuMobileView",
      "tablet": "Interface.SettingsMenuTabletView"
    }
  },
  "desktopSettingsMenu": {
    "platforms": ["desktop"],
    "module": "Interface.DesktopSettingsMenu"
  },
  "settingsButton": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.SettingsButton",
    "view": {
      "mobile": "Interface.SettingsButtonMobileView",
      "tablet": "Interface.SettingsButtonTabletView"
    }
  },
  "betSettings": {
    "module": "Interface.BetSettings",
    "controller": "LA.BetSettingsController",
    "view": {
      "mobile": "LA.BetSettingsBaseView",
      "tablet": "LA.BetSettingsBaseView",
      "desktop": "LA.BetSettingsDesktopView"
    }
  },
  "systemClock": {
    "module": "Interface.SystemClock",
    "view": {
      "mobile": "Interface.SystemClockBaseView",
      "tablet": "Interface.SystemClockTabletView",
      "desktop": "Interface.SystemClockDesktopView"
    }
  },
  "netEntLogo": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.NetEntLogo"
  },
  "gameHistory": {
    "module": "Interface.GameHistory",
    "view": {
      "mobile": "Interface.GameHistoryBaseView",
      "tablet": "Interface.GameHistoryBaseView"
    }
  },
  "gameRules": {
    "module": "Interface.GameRules",
    "controller": "LA.GameRulesController",
    "model": "Interface.GameRulesModel",
    "view": {
      "mobile": "Interface.GameRulesBaseView",
      "tablet": "Interface.GameRulesBaseView",
      "desktop": "LA.GameRulesDesktopView"
    }
  },
  "paytable": {
    "module": "Interface.Paytable",
    "model" : "LA.PaytableModel",
    "controller": "LA.PaytableController",
    "view": {
      "mobile": "Interface.PaytableBaseView",
      "desktop": "LA.PaytableDesktopView"
    }
  },
  "spinSettings": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.SpinSettings"
  },
  "autoplaySettings": {
    "platforms": ["desktop"],
    "module": "Interface.AutoplaySettings",
    "controller": "LA.AutoplaySettingsController",
    "view" : "LA.AutoplaySettingsView"
  },
  "gameSettings": {
    "platforms": ["desktop"],
    "module": "Interface.GameSettings",
    "view": {
      "desktop": "Interface.GameSettingsDesktopView"
    }
  },
  "soundSettings": {
    "module": "Interface.SoundSettings",
    "view": {
      "mobile": "Interface.SoundSettingsBaseView",
      "tablet": "Interface.SoundSettingsBaseView",
      "desktop": "Interface.SoundSettingsDesktopView"
    }
  },
  "logo": {
    "global": "Game",
    "module": "Game.Logo",
    "controller": "LA.LogoController",
    "view": "LA.LogoView"
  },
  "freeSpinIntro" : {
    "global"     : "Game",
    "module"     : "Game.Slots.FreeSpinIntro",
    "controller" : "LA.FreeSpinIntroController",
    "view"       : {
      "mobile" : "LA.FreeSpinIntroMobileView",
      "desktop": "LA.FreeSpinIntroView"
    }
  },
  "freeSpinOutro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinOutro",
    "controller" : "LA.FreeSpinOutroController",
    "view"       : {
      "mobile" : "LA.FreeSpinOutroMobileView",
      "desktop": "LA.FreeSpinOutroView"
    }
  },
  "additionalFreespins":{
    "module" : "LA.AdditionalFreespins",
    "view"  : "LA.AdditionalFreespinsView",
    "model" : "LA.AdditionalFreespinsModel",
    "controller" : "LA.AdditionalFreespinsController"
  },
  "keyboardManager": {
    "module": "Core.KeyboardManager"
  },
  "freeRounds": {
    "module": "Core.Slots.FreeRounds"
  },
  "countDownFreespins": {
    "module": "LA.CountDownFreespins",
    "view" : "LA.CountDownFreespinsView"
  },
  "ticker": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Interface.Ticker",
    "view": "Interface.TickerMobileView"
  },
  "pluginMenu": {
    "platforms": ["mobile","mobileLow" ,"tablet","tabletLow"],
    "module": "Integration.PluginMenu",
    "view": {
      "mobile": "Integration.PluginMenuMobileView",
      "tablet": "Integration.PluginMenuBaseView"
    }
  },
  "freespinSymbolAnimation": {
    "module": "LA.FreespinSymbolAnimation"
  },
  "featureSplash": {
      "platforms": ["desktop"],
      "module": "LA.FeatureSplash"
  },
  "stickySymbols" : {
        "global" : "Game",
        "module" : "LA.StickySymbols",
        "model" : "LA.StickySymbolsModel",
        "view" : {
            "mobile" : "LA.StickySymbolsMobileView",
            "desktop" : "LA.StickySymbolsView"
        },
        "controller" : "LA.StickySymbolsController"
    },
  "nearWin": {
    "module": "LA.NearWin"
  },
  "stickyOverlay" : {
    "module" : "LA.StickyOverlay"
  },
  "spinButtonDisable" : {
    "platforms" : [ "desktop" ],
    "module" : "LA.SpinButtonDisable"
  },
  "tickerTape" : {
    "platforms": ["desktop"],
    "module" : "LA.TickerTape"
  },
  "keyboard": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.Keyboard"
  },
  "bonusProgramWidget": {
    "module": "Game.BonusProgramWidget"
  },
  "disclaimer": {
    "module": "Integration.Disclaimer"
  },
  "archbotGUI": {
    "optional": true,
    "module": "Archbot.ArchbotGUI"
  }
}
