{
  "stage": {
    "global": "Game",
    "module": "Game.Stage",
    "model": "S.StageModel",
    "controller": "S.StageController"
  },
  "postman": {
    "global": "Services",
    "module": "Core.Postman"
  },
  "autoPlayer": {
    "module": "Core.AutoPlayer",
    "controller": "S.AutoPlayerController",
    "model": "S.AutoPlayerModel"
  },
  "netEntExtend": {
    "global": "Services",
    "module": "Core.NetEntExtend",
    "model": "Core.Slots.NetEntExtendModel"
  },
  "netEntExtendEvents": {
    "global": "Services",
    "module": "Core.NetEntExtendEvents",
    "controller": "S.NetEntExtendEventsController",
    "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",
    "model": "S.ServerManagerModel"
  },
  "responseParser": {
    "global": "Game",
    "module": "Core.Slots.ResponseParser",
    "controller": "S.ResponseParserController"
  },
  "background": {
    "module": "S.Background"
  },
  "featureSplash": {
    "platforms": [
      "desktop"
    ],
    "module": "S.FeatureSplash"
  },
  "spin": {
    "global": "Game",
    "module": "S.BufferedSpin",
    "controller": "S.BufferedSpinController",
    "view": "S.BufferedSpinView"
  },
  "spinButton": {
    "module": "Interface.Slots.SpinButton",
    "controller": "S.SpinButtonController",
    "view": {
      "mobile": "Interface.Slots.SpinButtonMobileView",
      "tablet": "Interface.Slots.SpinButtonTabletView",
      "desktop": "S.SpinButtonDesktopView"
    }
  },
  "maxBetButton": {
    "platforms": [
      "desktop"
    ],
    "module": "Interface.Slots.MaxBetButton",
    "view": "S.MaxBetButtonBaseView",
    "controller": "S.MaxBetButtonController"
  },
  "quickSettingsMenu": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.QuickSettingsMenu",
    "controller": "S.QuickSettingsMenuController",
    "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",
    "view": "S.ResourceLoaderView"
  },
  "spinTypeBasic": {
    "module": "Core.Slots.SpinTypeBasic"
  },
  "spinTypeRespin": {
    "module": "Core.Slots.SpinTypeRespin"
  },
  "spinTypeFreespin": {
    "module": "Core.Slots.SpinTypeFreespin"
  },
  "quickStopper": {
    "module": "Game.Slots.QuickStopper",
    "view": "S.QuickStopperView"
  },
  "winSituationsDisplay": {
    "module": "Game.Slots.WinSituationsDisplay",
    "controller": "S.WinSituationsDisplayController",
    "model": "S.WinSituationsDisplayModel"
  },
  "winSituations": {
    "module": "Game.Slots.WinSituations",
    "model": "S.WinSituationsModel",
    "view": "S.WinSituationsView",
    "controller": "S.WinSituationsController"
  },
  "betlineIndicators": {
    "module": "S.BetlineIndicators",
    "view": "S.BetlineIndicatorsView",
    "controller": "S.BetlineIndicatorsController"
  },
  "winBanner": {
    "module": "Game.Slots.WinBanner",
    "controller": "S.WinBannerController",
    "view": "S.WinBannerView"
  },
  "stopGame": {
    "module": "Core.StopGame"
  },
  "realityCheck": {
    "module": "Core.Slots.RealityCheck",
    "model": {
      "desktop": "Core.RealityCheckDesktopModel"
    }
  },
  "coinWin": {
    "module": "Game.Slots.CoinWin",
    "view": "S.CoinWinView"
  },
  "dimmedNoWinSymbols": {
    "module": "Game.Slots.DimmedNoWinSymbols",
    "controller": "S.NoWinSymbolsController"
  },
  "winningSymbols": {
    "module": "Game.Slots.WinningSymbols",
    "model": "S.WinningSymbolsModel",
    "view": "S.WinningSymbolsView",
    "controller": "S.WinningSymbolsController"
  },
  "freeSpinSymbolAttentionAnimation": {
    "module": "Game.Slots.FreeSpinSymbolAttentionAnimation",
    "model": "S.FreeSpinSymbolAttentionAnimationModel",
    "view": "S.FreeSpinSymbolAttentionAnimationView",
    "controller": "S.ReelStopAnimationsController"
  },
  "wildSymbolAttentionAnimation": {
    "module": "S.WildSymbolAttentionAnimation",
    "model": "S.WildSymbolAttentionAnimationModel",
    "view": "S.WildSymbolAttentionAnimationView",
    "controller": "S.WildSymbolAttentionAnimationController"
  },
  "bonusSymbolAttentionAnimation": {
    "module": "S.BonusSymbolAttentionAnimation",
    "model": "S.BonusSymbolAttentionAnimationModel",
    "view": "S.BonusSymbolAttentionAnimationView",
    "controller": "S.ReelStopAnimationsController"
  },
  "standardWin": {
    "module": "S.StandardWin"
  },
  "bigWin": {
    "module": "Game.Slots.BigWin",
    "model": "S.BigWinModel",
    "view": "S.BigWinView",
    "controller": "S.BigWinController"
  },
  "bigWinCountUp": {
    "module": "Game.Slots.BigWinCountUp",
    "view": "S.BigWinCountUpView",
    "controller": "S.BigWinCountUpController"
  },
  "JMX": {
    "optional": true,
    "module": "S.JMX"
  },
  "JMXQueueViewer": {
    "optional": true,
    "module": "Cheats.JMXQueueViewer"
  },
  "JMXReelSelector" : {
    "optional" : true,
    "module" : "Cheats.JMXReelSelector",
    "view" : "S.JMXReelSelectorView",
    "controller" : "S.JMXReelSelectorController"
  },
  "DebugInformation": {
    "optional": true,
    "module": "Cheats.DebugInformation"
  },
  "g4": {
    "global": "Game",
    "module": "Core.G4",
    "model": {
      "desktop": "Core.G4DesktopModel"
    }
  },
  "slowRequestAnimation": {
    "module": "Core.SlowRequestAnimation",
    "view": {
      "desktop": "Core.SlowRequestAnimationDesktopView"
    }
  },
  "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",
    "controller": "S.CoinsFieldController",
    "model": "S.CoinsFieldModel",
    "view": {
      "mobile": "S.CoinsFieldMobileView",
      "tablet": "S.CoinsFieldBaseView",
      "desktop": "S.CoinsFieldDesktopView"
    }
  },
  "cashField": {
    "module": "Interface.CashField",
    "controller": "S.CashFieldController",
    "model": "S.CashFieldModel",
    "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", "tablet", "mobileLow", "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": "S.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": "S.GameRulesController",
    "view": {
      "mobile": "Interface.GameRulesBaseView",
      "tablet": "Interface.GameRulesBaseView",
      "desktop": "S.GameRulesDesktopView"
    }
  },
  "paytable": {
    "module": "S.Paytable",
    "controller": "S.PaytableController",
    "view": {
      "mobile": "S.PaytableBaseView",
      "tablet": "S.PaytableBaseView",
      "desktop": "S.PaytableDesktopView"
    }
  },
  "spinSettings": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.SpinSettings",
    "view": "S.SpinSettingsView"
  },
  "autoplaySettings": {
    "platforms": [
      "desktop"
    ],
    "module": "Interface.AutoplaySettings",
    "view": {
      "desktop": "S.AutoplaySettingsView"
    }
  },
  "gameSettings": {
    "platforms": [
      "desktop"
    ],
    "module": "Interface.GameSettings",
    "view": {
      "desktop": "S.GameSettingsDesktopView"
    }
  },
  "soundSettings": {
    "module": "Interface.SoundSettings",
    "view": {
      "mobile": "Interface.SoundSettingsBaseView",
      "tablet": "Interface.SoundSettingsBaseView",
      "desktop": "Interface.SoundSettingsDesktopView"
    }
  },
  "freeSpinIntro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinIntro",
    "view": "S.FreeSpinIntroView",
    "controller": "S.FreeSpinIntroController"
  },
  "freeSpinOutro": {
    "global": "Game",
    "module": "S.FreeSpinOutro",
    "controller": "S.FreeSpinOutroController",
    "view": "S.FreeSpinOutroView"
  },
  "AdditionalFreespins": {
    "global": "Game",
    "module": "Game.Slots.AdditionalFreespins",
    "model": "Game.Slots.AdditionalFreespinsModel",
    "controller": "Game.Slots.AdditionalFreespinsController",
    "view": "S.AdditionalFreespinsView"
  },
  "ambienceManager": {
    "module": "Game.AmbienceManager",
    "controller": "S.AmbienceManagerController"
  },
  "keyboardManager": {
    "module": "Core.KeyboardManager"
  },
  "freeRounds": {
    "module": "Core.Slots.FreeRounds"
  },
  "countDownFreespins": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "S.CountDownFreespins"
  },
  "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"
    }
  },
  "fullscreen": {
    "global": "Game",
    "platforms": ["mobile", "mobileLow"],
    "module": "Core.Fullscreen"
  },
  "bonusGame": {
    "module": "S.BonusGame",
    "view": {
      "desktop": "S.BonusGameView",
      "mobile": "S.BonusGameMobileView",
      "mobileLow": "S.BonusGameMobileView",
      "tablet": "S.BonusGameMobileView",
      "tabletLow": "S.BonusGameMobileView"
    }
  },
  "keyboard": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.Keyboard"
  },
  "bonusMessage": {
    "module": "Core.BonusMessage"
  },
  "vibration": {
    "module": "Core.Vibration"
  },
  "idleScreen": {
    "platforms": ["desktop"],
    "module": "S.IdleScreen"
  },
  "introMovie": {
    "platforms": ["desktop"],
    "module": "S.IntroMovie"
  },
  "disclaimer": {
    "module": "S.Disclaimer"
  },
  "bonusProgramWidget": {
    "module": "Game.BonusProgramWidget"
  }
}
