{
  "stage": {
    "global": "Game",
    "module": "Game.Stage",
    "model": "S.StageModel"
  },
  "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": "S.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": "Game.Background",
    "controller": "S.BackgroundController",
    "view": {
      "desktop": "S.BackgroundDesktopView",
      "mobile": "S.BackgroundMobileView"
    }
  },
  "featureSplash": {
    "platforms": [
      "desktop"
    ],
    "module": "S.FeatureSplash"
  },
  "spin": {
    "global": "Game",
    "module": "Core.Slots.BufferedSpin",
    "controller": "S.BufferedSpinController",
    "view": "S.BufferedSpinView",
    "model": "S.BufferedSpinModel"
  },
  "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",
    "model": "S.MaxBetButtonModel"
  },
  "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"
  },
  "winSituations": {
    "module": "Game.Slots.WinSituations",
    "model": "S.WinSituationsModel",
    "controller": "S.WinSituationsController",
    "view": {
      "mobile": "S.WinSituationsMobileViewLow",
      "desktop": "S.WinSituationsView"
    }
  },
  "stikkyStacks": {
    "module": "S.StikkyStacks",
    "model": "S.StikkyStacksModel",
    "view": "S.StikkyStacksView",
    "controller": "S.StikkyStacksController"
  },
  "betlineIndicators": {
    "module": "S.BetlineIndicators",
    "view": "S.BetlineIndicatorsView",
    "controller": "S.BetlineIndicatorsController",
    "model": "S.BetlineIndicatorsModel"
  },
  "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",
    "model": "S.NoWinSymbolsModel"
  },
  "winningSymbols": {
    "module": "Game.Slots.WinningSymbols",
    "model": "S.WinningSymbolsModel",
    "view": {
      "mobile": "S.WinningSymbolsMobileView",
      "desktop": "S.WinningSymbolsDesktopView"
    },
    "controller": "S.WinningSymbolsController"
  },
  "freeSpinSymbolAttentionAnimation": {
    "module": "Game.Slots.FreeSpinSymbolAttentionAnimation",
    "model": "S.FreeSpinSymbolAttentionAnimationModel",
    "view": "S.FreeSpinSymbolAttentionAnimationView",
    "controller": "S.ReelStopAnimationsController"
  },
  "wildSymbolAttentionAnimation": {
    "module": "S.WildSymbolAttentionAnimation"
  },
  "standardWin": {
    "module": "S.StandardWin"
  },
  "bigWin": {
    "module": "S.BigWin",
    "model": "S.BigWinModel",
    "controller": "S.BigWinController",
    "view": {
      "mobile": "S.BigWinMobileView",
      "desktop": "S.BigWinDesktopView"
    }
  },
  "bigWinCountUp": {
    "module": "Game.Slots.BigWinCountUp",
    "view": "S.BigWinCountUpView"
  },
  "JMX": {
    "optional": true,
    "module": "S.JMX"
  },
  "JMXReelSelector": {
    "optional": true,
    "module": "Cheats.JMXReelSelector"
  },
  "JMXQueueViewer": {
    "optional": true,
    "module": "Cheats.JMXQueueViewer",
    "view" : "S.JMXQueueViewerView"
  },
  "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": "S.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",
    "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",
    "controller" : "S.BetSettingsController",
    "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"
    },
    "controller": "S.SoundSettingsController"
  },
  "freeSpinIntro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinIntro",
    "view": "S.FreeSpinIntroView",
    "model": "S.FreeSpinIntroModel",
    "controller": "S.FreeSpinIntroController"
  },
  "freeSpinOutro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinOutro",
    "controller": "S.FreeSpinOutroController",
    "view": "S.FreeSpinOutroView"
  },
  "ambienceManager": {
    "module": "Game.AmbienceManager",
    "model": "S.AmbienceManagerModel",
    "controller": "S.AmbienceManagerController"
  },
  "keyboardManager": {
    "module": "Core.KeyboardManager",
    "controller": "S.KeyboardManagerController"
  },
  "freeRounds": {
    "module": "Core.Slots.FreeRounds"
  },
  "vibration": {
    "module": "Core.Vibration"
  },
  "vibrations": {
    "module": "S.GameVibrations"
  },
  "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"
  },
  "restoreDialog": {
    "module": "S.RestoreDialog"
  },
  "bonusMessage": {
    "module": "Core.BonusMessage"
  },
  "watermark": {
    "module": "S.Watermark",
    "view": {
      "mobile": "S.WatermarkBaseView",
      "tablet": "S.WatermarkBaseView",
      "desktop": "S.WatermarkDesktopView"
    }
  },
  "keyboard": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.Keyboard"
  },
  "nearWin": {
    "module": "S.NearWin"
  },
  "bonusProgramWidget": {
    "module": "Game.BonusProgramWidget"
  }
}
