{
  "fullscreen": {
    "global": "Game",
    "platforms": ["mobile","mobileLow"],
    "module": "Core.Fullscreen"
  },
  "cutOutAnimation" : {
    "module" : "RR.CutOutAnimation"
  },
  "stage": {
    "global": "Game",
    "module": "Game.Stage"
  },
  "keyboard": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.Keyboard"
  },
  "postman": {
    "global": "Services",
    "module": "Core.Postman"
  },
  "autoPlayer": {
    "module": "Core.AutoPlayer",
    "controller": "RR.AutoPlayerController"
  },
  "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",
    "model": {
      "desktop": "Core.ErrorManagerDesktopModel"
    }
  },
  "playModeManager": {
    "module": "Core.PlayModeManager"
  },
  "serverManager": {
    "module": "Core.Slots.ServerManager"
  },
  "responseParser": {
    "global": "Game",
    "module": "Core.Slots.ResponseParser"
  },
  "background": {
    "module": "RR.Background",
    "view": {
      "mobile": "RR.BackgroundView",
      "desktop": "RR.BackgroundDesktopView"
    },
    "controller": "RR.BackgroundController"
  },
  "spin": {
    "global": "Game",
    "module": "Core.Slots.BufferedSpin",
    "controller": "Core.Slots.ResizableReelSetSpinController"
  },
  "spinButton": {
    "module": "Interface.Slots.SpinButton",
    "view": {
      "mobile": "Interface.Slots.SpinButtonMobileView",
      "tablet": "Interface.Slots.SpinButtonTabletView",
      "desktop": "Interface.Slots.SpinButtonDesktopView"
    },
    "controller": "RR.SpinButtonController"
  },
  "maxBetButton": {
    "platforms": ["desktop"],
    "module": "Interface.Slots.MaxBetButton",
    "view": "RR.MaxBetButtonDesktopView",
    "controller": "RR.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",
    "view": {
      "mobile" : "RR.QuickStopperView",
      "desktop" : "RR.QuickStopperDesktopView"
    },
    "controller" : "RR.QuickStopperController"
  },
  "winSituationsDisplay": {
    "module": "Game.Slots.WinSituationsDisplay",
    "controller": "RR.WinSituationsDisplayController"
  },
  "winSituations": {
    "module": "Game.Slots.WinSituations"
  },

  "winBanner": {
    "module": "RR.WinBanner",
    "model": "RR.WinBannerModel",
    "controller": "RR.WinBannerController",
    "view": {
      "mobile" : "RR.WinBannerView",
      "desktop" : "RR.WinBannerDesktopView"
    }
  },
  "stopGame": {
    "module": "Core.StopGame"
  },
  "realityCheck": {
    "module": "Core.Slots.RealityCheck",
    "model": {
      "desktop": "Core.RealityCheckDesktopModel"
    }
  },
  "dimmedNoWinSymbols": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Game.Slots.DimmedNoWinSymbols",
    "model": "Game.Slots.ResizableReelSetNoWinSymbolsModel",
    "controller": "RR.NoWinSymbolsController",
    "view": "RR.NoWinSymbolsView"
  },
  "winningSymbols": {
    "module": "Game.Slots.WinningSymbols",
    "view": {
      "mobile" : "RR.WinningSymbolsView",
      "desktop": "RR.WinningSymbolsDesktopView"
    },
    "model": "RR.WinningSymbolsModel",
    "controller": "RR.WinningSymbolsController"
  },
  "standardWin": {
    "module": "RR.StandardWin",
    "controller": "RR.StandardWinController",
    "model" : "RR.StandardWinModel"
  },
  "bigWin": {
    "module": "Game.Slots.BigWin",
    "model": "RR.BigWinModel",
    "controller": "RR.BigWinController",
    "view": {
      "mobile" : "RR.BigWinView",
      "desktop" : "RR.BigWinDesktopView"
    }
  },
  "bigWinCountUp": {
    "module": "Game.Slots.BigWinCountUp",
    "view": {
      "mobile" : "RR.BigWinCountUpView",
      "desktop" : "RR.BigWinCountUpDesktopView"
    }

  },
  "JMX": {
    "optional": true,
    "module": "Cheats.JMX",
    "view": "RR.JMXView",
    "controller": "RR.JMXController",
    "model": "RR.JMXModel"
  },
  "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",
        "controller" : "RR.AmbienceManagerController",
        "model" : "RR.AmbienceManagerModel"
    },
  "audioPlayer": {
    "global": "Game",
    "module": "Core.Audio.AudioPlayer",
    "controller": "RR.AudioPlayerController"
  },
  "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": "RR.CoinsField",
    "controller": "RR.CoinsFieldController",
    "model": "RR.CoinsFieldModel",
    "view": {
      "mobile": "Interface.Slots.CoinsFieldMobileView",
      "tablet": "Interface.Slots.CoinsFieldBaseView",
      "desktop": "RR.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": "RR.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",
    "view": {
      "mobile": "Interface.BetSettingsBaseView",
      "tablet": "Interface.BetSettingsBaseView",
      "desktop": "RR.BetSettingsDesktopView"
    },
    "controller": "RR.BetSettingsController"
  },
  "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": "RR.GameRulesController",
    "view": {
      "mobile": "Interface.GameRulesBaseView",
      "tablet": "Interface.GameRulesBaseView",
      "desktop": "RR.GameRulesDesktopView"
    }
  },
  "paytable": {
    "module": "Interface.Paytable",
    "model" : "RR.PaytableModel",
    "controller": "RR.PaytableController",
    "view": {
      "mobile": "Interface.PaytableBaseView",
      "desktop": "RR.PaytableDesktopView"
    }
  },
  "spinSettings": {
    "platforms":["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.SpinSettings"
  },
  "autoplaySettings": {
    "platforms": ["desktop"],
    "module": "Interface.AutoplaySettings",
    "controller": "RR.AutoplaySettingsController",
    "model": "RR.AutoplaySettingsModel",
    "view" : "RR.AutoplaySettingsView"
  },
  "gameSettings": {
    "platforms": ["desktop"],
    "module": "Interface.GameSettings",
    "view": {
      "desktop": "RR.GameSettingsDesktopView"
    }
  },
  "soundSettings": {
    "module": "Interface.SoundSettings",
    "view": {
      "mobile": "Interface.SoundSettingsBaseView",
      "tablet": "Interface.SoundSettingsBaseView",
      "desktop": "Interface.SoundSettingsDesktopView"
    }
  },
  "resizableReelSetPresentation": {
    "module": "Game.Slots.ResizableReelSetPresentation"
  },
  "freeSpinIntro": {
    "global": "Game",
    "module": "RR.FreeSpinIntro",
    "controller": "RR.FreeSpinIntroController",
    "view": {
      "mobile": "RR.FreeSpinIntroView",
      "tablet": "RR.FreeSpinIntroView",
      "desktop": "RR.FreeSpinIntroDesktopView"
    }
  },
  "freeSpinOutro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinOutro",
    "view": {
      "mobile": "RR.FreeSpinOutroView",
      "tablet": "RR.FreeSpinOutroView",
      "desktop": "RR.FreeSpinOutroDesktopView"
    },
    "controller": "RR.FreeSpinOutroController"
  },
  "keyboardManager": {
    "module": "Core.KeyboardManager"
  },
  "freeRounds": {
    "module": "Core.Slots.FreeRounds"
  },
  "countDownFreespins": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "RR.CountDownFreespins",
    "controller": "RR.CountDownFreespinsController",
    "view": "RR.CountDownFreespinsView"
  },
  "ticker": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.Ticker",
    "view": "Interface.TickerMobileView"
  },
  "logo": {
    "module": "RR.Logo",
    "view": {
      "desktop": "RR.LogoDesktopView"
    }
  },
  "fountainAnimation": {
    "module": "RR.FountainAnimation"
  },
  "expandingReels": {
    "module": "RR.ExpandingReels",
    "view": {
      "desktop": "RR.ExpandingReelsDesktopView"
    }
  },
  "bonusMessage": {
    "module": "Core.BonusMessage"
  },
  "waveCounter": {
    "module": "RR.WaveCounter",
    "view": {
      "desktop": "RR.WaveCounterDesktopView"
    }
  },
  "reelSeparator": {
    "module": "RR.ReelSeparator",
    "view":{
      "desktop": "RR.ReelSeperatorDesktopView"
    }
  },
  "pluginMenu": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Integration.PluginMenu",
    "view": {
      "mobile": "Integration.PluginMenuMobileView",
      "tablet": "Integration.PluginMenuBaseView"
    }
  },
  "featureSplash": {
    "platforms": ["desktop"],
    "module": "RR.FeatureSplash"
  },
  "tickerTape" : {
    "platforms": ["desktop"],
    "module" : "RR.TickerTape"
  },
  "spinButtonDisable" : {
    "platforms" : [ "desktop" ],
    "module" : "RR.SpinButtonDisable"
  },
  "movingBackground" : {
    "platforms": ["desktop"],
    "module" : "RR.MovingBackground"
  },
  "bonusProgramWidget": {
    "module": "Game.BonusProgramWidget"
  },
  "archbotGUI": {
    "optional": true,
    "module": "Archbot.ArchbotGUI"
  }
}

