{
    "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",
        "controller": "PMS.DialogWindowController",
        "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": "PMS.ServerManagerModel"
    },
    "responseParser": {
        "global": "Game",
        "module": "Core.Slots.ResponseParser",
        "controller": "PMS.ResponseParserController"
    },
    "background": {
        "module": "Game.Background",
        "controller": "PMS.BackgroundController",
        "view": "PMS.BackgroundView"
    },
    "tickerTape": {
        "platforms": [
            "desktop"
        ],
        "module": "PMS.TickerTape"
    },
    "spin": {
        "global": "Game",
        "module": "Core.Slots.BufferedSpin",
        "controller": "PMS.BufferedSpinController",
        "model": "PMS.BufferedSpinModel",
        "view": "PMS.BufferedSpinView"
    },
    "spinButton": {
        "module": "Interface.Slots.SpinButton",
        "controller": "PMS.SpinButtonController",
        "view": {
            "mobile": "Interface.Slots.SpinButtonMobileView",
            "tablet": "Interface.Slots.SpinButtonTabletView",
            "desktop": "PMS.SpinButtonDesktopView"
        }
    },
    "maxBetButton": {
        "platforms": [
            "desktop"
        ],
        "module": "Interface.Slots.MaxBetButton",
        "model": "PMS.MaxBetButtonModel",
        "controller": "PMS.MaxBetButtonController",
        "view": "PMS.MaxBetButtonBaseView"
    },
    "quickSettingsMenu": {
        "platforms": [
            "mobile",
            "mobileLow",
            "tablet",
            "tabletLow"
        ],
        "module": "Interface.QuickSettingsMenu",
        "view": {
            "mobile": "PMS.QuickSettingsMenuBaseView",
            "tablet": "Interface.QuickSettingsMenuTabletView"
        }
    },
    "autoPlayButton": {
        "platforms": [
            "mobile",
            "mobileLow",
            "tablet",
            "tabletLow"
        ],
        "module": "Interface.AutoPlayButton"
    },
    "quickSpinButton": {
        "platforms": [
            "mobile",
            "mobileLow",
            "tablet",
            "tabletLow"
        ],
        "module": "Interface.QuickSpinButton",
        "view": "PMS.QuickSpinButtonBaseView"
    },
    "resourceLoader": {
        "module": "Core.ResourceLoader"
    },
    "spinTypeBasic": {
        "module": "Core.Slots.SpinTypeBasic"
    },
    "spinTypeRespin": {
        "module": "Core.Slots.SpinTypeRespin"
    },
    "winSituationsDisplay": {
        "module": "Game.Slots.WinSituationsDisplay",
        "controller": "PMS.WinSituationsDisplayController",
        "model": "PMS.WinSituationsDisplayModel"
    },
    "winSituations": {
        "module": "Game.Slots.WinSituations",
        "controller": "PMS.WinSituationsController",
        "model": "PMS.WinSituationsModel",
        "view": "PMS.WinSituationsView"
    },
    "winBanner": {
        "module": "Game.Slots.WinBanner",
        "view": "PMS.WinBannerView",
        "controller": "PMS.WinBannerController",
        "model": "PMS.WinBannerModel"
    },
    "stopGame": {
        "module": "Core.StopGame"
    },
    "realityCheck": {
        "module": "Core.Slots.RealityCheck",
        "model": {
            "desktop": "Core.RealityCheckDesktopModel"
        }
    },
    "winningSymbols": {
        "module": "Game.Slots.WinningSymbols",
        "model": "PMS.WinningSymbolsModel",
        "view": "PMS.WinningSymbolsView"
    },
    "standardWin": {
        "module": "PMS.StandardWin",
        "model": "PMS.StandardWinModel",
        "controller": "PMS.StandardWinController"
    },
    "bigWin": {
        "module": "PMS.BigWin",
        "view": {
            "desktop": "PMS.BigWinView",
            "mobile": "PMS.BigWinMobileView"
        }
    },
    "bigWinCountUp": {
        "module": "Game.Slots.BigWinCountUp",
        "view": {
            "desktop": "PMS.BigWinCountUpView",
            "mobile": "PMS.BigWinCountUpMobileView"
        }
    },
    "JMX": {
        "optional": true,
        "module": "Cheats.JMX",
        "view": "PMS.JMXView",
        "model": "PMS.JMXModel",
        "controller": "PMS.JMXController"
    },
    "PyramidsSymbolSelector": {
        "optional": true,
        "module": "Cheats.PyramidsSymbolSelector"
    },
    "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": "PMS.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": "PMS.CoinsFieldController",
        "model": "PMS.CoinsFieldModel",
        "view": {
            "mobile": "Interface.Slots.CoinsFieldMobileView",
            "tablet": "Interface.Slots.CoinsFieldBaseView",
            "desktop": "PMS.CoinsFieldDesktopView"
        }
    },
    "cashField": {
        "module": "Interface.CashField",
        "model": "PMS.CashFieldModel",
        "controller": "PMS.CashFieldController",
        "view": {
            "desktop": "Interface.CashFieldDesktopView",
            "mobile": "Interface.CashFieldMobileView",
            "tablet": "Interface.CashFieldTabletView"
        }
    },
    "coinsFieldCountUp": {
        "module": "Core.AbstractCountUp"
    },
    "dimmedSymbols": {
        "module": "Game.Slots.DimmedNoWinSymbols",
        "controller": "PMS.NoWinSymbolsController",
        "model": "PMS.NoWinSymbolsModel",
        "view": "PMS.DimmedNoWinSymbolsView"
    },
    "settingsWindow": {
        "module": "Interface.SettingsWindow",
        "controller": "Interface.SettingsWindowController",
        "view": {
            "mobile": "Interface.SettingsWindowMobileView",
            "tablet": "Interface.SettingsWindowTabletView",
            "desktop": "PMS.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": "PMS.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": "PMS.GameRulesController",
        "view": {
            "mobile": "Interface.GameRulesBaseView",
            "tablet": "Interface.GameRulesBaseView",
            "desktop": "Interface.GameRulesDesktopView"
        }
    },
    "paytable": {
        "module": "Interface.Paytable",
        "controller": "PMS.PaytableController",
        "view": {
            "mobile": "PMS.PaytableBaseView",
            "desktop": "PMS.PaytableDesktopView"
        }
    },
    "spinSettings": {
        "platforms": [
            "mobile",
            "mobileLow",
            "tablet",
            "tabletLow"
        ],
        "module": "Interface.SpinSettings",
        "view": "PMS.SpinSettingsView"
    },
    "autoplaySettings": {
        "platforms": [
            "desktop"
        ],
        "module": "Interface.AutoplaySettings",
        "view": "PMS.AutoplaySettingsView"
    },
    "gameSettings": {
        "platforms": [
            "desktop"
        ],
        "module": "Interface.GameSettings",
        "view": {
            "desktop": "PMS.GameSettingsDesktopView"
        }
    },
    "soundSettings": {
        "module": "Interface.SoundSettings",
        "view": {
            "mobile": "Interface.SoundSettingsBaseView",
            "tablet": "Interface.SoundSettingsBaseView",
            "desktop": "Interface.SoundSettingsDesktopView"
        }
    },
    "keyboardManager": {
        "module": "Core.KeyboardManager"
    },
    "freeRounds": {
        "module": "Core.Slots.FreeRounds"
    },
    "ticker": {
        "platforms": [
            "mobile",
            "mobileLow",
            "tablet",
            "tabletLow"
        ],
        "module": "Interface.Ticker",
        "view": "Interface.TickerMobileView"
    },
    "fullscreen": {
        "global": "Game",
        "platforms": [
            "mobile",
            "mobileLow"
        ],
        "module": "Core.Fullscreen"
    },
    "fountainAnimation": {
        "module": "PMS.FountainAnimation",
        "controller": "PMS.FountainAnimationController",
        "view": {
            "mobile": "PMS.FountainAnimationMobileView",
            "tablet": "PMS.FountainAnimationMobileView",
            "desktop": "PMS.FountainAnimationView"
        }
    },
    "pluginMenu": {
        "platforms": [
            "mobile",
            "mobileLow",
            "tablet",
            "tabletLow"
        ],
        "module": "Integration.PluginMenu",
        "view": {
            "mobile": "Integration.PluginMenuMobileView",
            "tablet": "Integration.PluginMenuBaseView"
        }
    },
    "symbolExplosionAnimation": {
        "module": "PMS.SymbolExplosionAnimation"
    },
    "featureSplash": {
        "platforms": [
            "desktop"
        ],
        "module": "PMS.FeatureSplash"
    },
    "multiplier": {
        "module": "PMS.Multiplier"
    },
    "bonusMessage": {
        "module": "Core.BonusMessage"
    },
    "keyboard": {
        "platforms": [
            "mobile",
            "mobileLow",
            "tablet",
            "tabletLow"
        ],
        "module": "Interface.Keyboard"
    },
    "bonusProgramWidget": {
        "module": "Game.BonusProgramWidget"
    },
    "archbotGUI": {
        "optional": true,
        "module": "Archbot.ArchbotGUI"
    }
}
