{
  "fullscreen": {
    "global": "Game",
    "platforms": ["mobile"],
    "module": "Core.Fullscreen"
  },
  "stage": {
    "global": "Game",
    "module": "Game.Stage"
  },
  "postman": {
    "global": "Services",
    "module": "Core.Postman"
  },
  "autoPlayer": {
    "module": "Core.AutoPlayer",
    "model": "S.AutoPlayerModel"
  },
  "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",
    "model": "S.MoneyManagerModel",
    "controller": "S.MoneyManagerController"
  },
  "settingsManager": {
    "global": "Services",
    "module": "Core.SettingsManager"
  },
  "localStorageManager": {
    "global": "Services",
    "module": "Core.LocalStorageManager"
  },
  "customMessages": {
    "module": "Core.CustomMessages",
    "model": {
      "desktop": "Core.CustomMessagesDesktopModel"
    }
  },
  "bonusMessage": {
    "module": "Core.BonusMessage"
  },
  "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",
    "controller": "S.ResponseParserController",
    "module": "Core.Slots.ResponseParser"
  },
  "minislot" : {
    "module" : "S.Minislot",
    "view" : "S.MinislotView"
  },
  "minislotOutro": {
    "module" : "S.MinislotOutro"
  },
  "background" : {
    "module" : "S.Background",
    "controller" : "S.BackgroundController",
    "model" : "S.BackgroundModel",
    "view" : {
      "desktop" : "S.BackgroundView",
      "mobile" : "S.BackgroundViewMobile"
    }
  },
  "spin": {
    "global": "Game",
    "module": "Core.Slots.BufferedSpin",
    "view": "S.BufferedSpinView"
  },
  "spinButton": {
    "module": "Interface.Slots.SpinButton",
    "view": {
      "mobile": "S.SpinButtonMobileView",
      "tablet": "Interface.Slots.SpinButtonTabletView",
      "desktop": "S.SpinButtonDesktopView"
    }
  },
  "maxBetButton": {
    "platforms": ["desktop"],
    "module": "S.MaxBetButton",
    "view": "S.MaxBetButtonDesktopView"
  },
  "quickSettingsMenu": {
    "platforms": ["mobile", "tablet"],
    "module": "Interface.QuickSettingsMenu",
    "view": {
      "mobile": "Interface.QuickSettingsMenuBaseView",
      "tablet": "Interface.QuickSettingsMenuTabletView"
    }
  },
  "autoPlayButton": {
    "platforms": ["mobile", "tablet"],
    "module": "Interface.AutoPlayButton"
  },
  "quickSpinButton": {
    "platforms": ["mobile", "tablet"],
    "module": "Interface.QuickSpinButton"
  },
  "spinTypeBasic": {
    "module": "Core.Slots.SpinTypeBasic"
  },
  "spinTypeRespin": {
    "module": "Core.Slots.SpinTypeRespin"
  },
  "spinTypeFreespin": {
    "module": "Core.Slots.SpinTypeFreespin"
  },
  "quickStopper": {
    "module": "Game.Slots.QuickStopper",
    "view": "S.QuickStopperView",
    "controller": "S.QuickStopperController"
  },
  "winSituationsDisplay": {
    "module": "Game.Slots.WinSituationsDisplay",
    "model": "S.WinSituationsDisplayModel"
  },
  "winSituations": {
    "module": "S.WinSituations"
  },
  "coinWin": {
    "module": "Game.Slots.CoinWin",
    "view": "S.CoinWinView"
  },
  "winningSymbols": {
    "module": "Game.Slots.WinningSymbols",
    "view": {
      "desktop": "S.WinningSymbolsView",
      "mobile": "S.WinningSymbolsViewMobile"
    },
    "model": "S.WinningSymbolsModel",
    "controller": "S.WinningSymbolsController"
  },
  "winSituationFrame": {
    "module": "S.WinSituationFrame"
  },
  "noWinSymbols": {
    "module": "Game.Slots.NoWinSymbols",
    "view": "S.PIXINoWinSymbolsView",
    "model": "S.NoWinSymbolsModel"
  },
  "betlineIndicators": {
    "module": "Game.Slots.BetlineIndicators",
    "controller": "S.BetlineIndicatorsController",
    "view": "S.BetlineIndicatorsView"
  },
  "winBanner": {
    "module": "Game.Slots.PIXIWinBanner"
  },
  "stopGame": {
    "module": "Core.StopGame"
  },
  "realityCheck": {
    "module": "Core.Slots.RealityCheck",
    "model": {
      "desktop": "Core.RealityCheckDesktopModel"
    }
  },
  "standardWin": {
    "module": "Core.Slots.StandardWin",
    "controller": "S.StandardWinController",
    "model": "S.StandardWinModel"
  },
  "bigWin" : {
    "module" : "Game.Slots.BigWin",
    "model" : "S.BigWinModel",
    "view" : {
      "desktop" : "S.BigWinView",
      "mobile" : "S.BigWinMobileView"
    },
    "controller" : "S.BigWinController"
  },
  "bigWinCountUp" : {
    "module" : "Game.Slots.BigWinCountUp",
    "view"  :   "S.BigWinCountUpView"
  },
  "JMX": {
    "optional": true,
    "module": "Cheats.JMX",
    "controller" : "S.JMXController",
    "view": "S.JMXView"
  },
  "JMXReelSelector": {
    "optional": true,
    "module": "S.JMXReelSelector"
  },
  "JMXQueueViewer": {
    "optional": true,
    "module": "Cheats.JMXQueueViewer",
    "view": "S.JMXQueueViewerView"
  },
  "colossalSymbolsJMX" : {
    "optional" : true,
    "module" : "Cheats.ColossalSymbolsJMX"
  },
  "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", "tablet"],
    "module": "Interface.HomeButton",
    "view": {
      "mobile": "Interface.HomeButtonMobileView",
      "tablet": "Interface.HomeButtonTabletView"
    }
  },
  "soundOnOffButton": {
    "platforms": ["mobile", "tablet"],
    "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",
    "model": "S.CoinsFieldModel",
    "controller": "S.CoinsFieldController",
    "view": {
      "mobile": "S.CoinsFieldMobileView",
      "tablet": "S.CoinsFieldTabletView",
      "desktop": "S.CoinsFieldDesktopView"
    }
  },
  "cashField": {
    "module": "Interface.CashField",
    "model": "S.CashFieldModel",
    "controller" : "S.CashFieldController",
    "view": {
      "desktop": "Interface.CashFieldDesktopView",
      "mobile": "Interface.CashFieldMobileView",
      "tablet": "Interface.CashFieldTabletView"
    }
  },
  "settingsWindow": {
    "module": "Interface.SettingsWindow",
    "view": {
      "mobile": "Interface.SettingsWindowMobileView",
      "tablet": "Interface.SettingsWindowTabletView",
      "desktop": "Interface.SettingsWindowDesktopView"
    }
  },
  "settingsMenu": {
    "platforms": ["mobile", "tablet"],
    "module": "Interface.SettingsMenu",
    "view": {
      "mobile": "Interface.SettingsMenuMobileView",
      "tablet": "Interface.SettingsMenuTabletView"
    }
  },
  "desktopSettingsMenu": {
    "platforms": ["desktop"],
    "module": "Interface.DesktopSettingsMenu"
  },
  "settingsButton": {
    "platforms": ["mobile", "tablet"],
    "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", "tablet"],
    "module": "Interface.NetEntLogo"
  },
  "gameHistory": {
    "module": "Interface.GameHistory",
    "view": {
      "mobile": "Interface.GameHistoryBaseView",
      "tablet": "Interface.GameHistoryBaseView"
    }
  },
  "gameRules": {
    "module": "Interface.GameRules",
    "model": "S.GameRulesModel",
    "view": {
      "mobile": "Interface.GameRulesBaseView",
      "tablet": "Interface.GameRulesBaseView",
      "desktop": "Interface.GameRulesDesktopView"
    }
  },
  "paytable": {
    "module": "S.Paytable",
    "controller" : "S.PaytableController",
    "view": {
      "mobile": "S.PaytableMobileView",
      "desktop": "S.PaytableDesktopView"
    }
  },
  "spinSettings": {
    "platforms": ["mobile", "tablet"],
    "module": "Interface.SpinSettings",
    "view": "S.SpinSettingsView"
  },
  "autoplaySettings": {
    "platforms": ["desktop"],
    "module": "S.AutoplaySettings",
    "controller" : "S.AutoplaySettingsController",
    "view": "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"
    }
  },
  "logo": {
    "global": "Game",
    "module": "Game.Logo",
    "view" : "S.LogoView"
  },
  "freeSpinIntro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinIntro",
    "controller": "S.FreeSpinIntroController",
    "view": "S.FreeSpinIntroView"
  },
  "freeSpinOutro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinOutro",
    "controller" : "S.FreeSpinOutroController",
    "view": "S.FreeSpinOutroView"
  },
  "ambienceManager": {
    "module": "S.AmbienceManager"
  },
  "keyboardManager": {
    "module": "Core.KeyboardManager"
  },
  "freeRounds": {
    "module": "Core.Slots.FreeRounds"
  },
  "featureSplash" : {
    "platforms" : ["desktop"],
    "module" : "S.FeatureSplash"
  },
  "keyboard": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.Keyboard"
  },
  "resourceLoader" : {
    "platforms" : ["mobile", "tablet", "desktop"],
    "module" : "Core.ResourceLoader",
    "view" : "S.ResourceLoaderView"
  },
  "ticker": {
    "platforms": ["mobile", "tablet"],
    "module": "Interface.Ticker",
    "view": "Interface.TickerMobileView"
  },
  "pluginMenu": {
    "platforms": ["mobile", "tablet"],
    "module": "Integration.PluginMenu",
    "view": {
      "mobile": "Integration.PluginMenuMobileView",
      "tablet": "Integration.PluginMenuBaseView"
    }
  },
  "tickerTape": {
    "platforms": ["desktop"],
    "module": "S.TickerTape"
  },
  "OrientationManager" : {
    "platforms" : ["mobile", "tablet"],
    "module" : "S.OrientationManager"
  },
  "ReelsManager": {
    "platforms" : ["desktop"],
    "module" : "S.ReelsManager"
  },
  "watermark": {
    "module": "S.Watermark",
    "view": {
      "mobile": "S.WatermarkMobileView",
      "tablet": "S.WatermarkMobileView",
      "desktop": "S.WatermarkDesktopView"
    }
  },
  "countDownFreespins": {
    "module": "S.CountDownFreespins"
  },
  "reelSound": {
    "module": "S.ReelSound",
    "controller": "S.ReelSoundController",
    "model": "S.ReelSoundModel"
  },
  "bonusProgramWidget": {
    "module": "Game.BonusProgramWidget"
  },
  "archbotGUI": {
    "optional": true,
    "module": "Archbot.ArchbotGUI",
    "controller": "S.ArchbotGUIController"
  }
}
