{
  "fullscreen": {
    "global": "Game",
    "platforms": ["mobile"],
    "module": "Core.Fullscreen"
  },
  "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",
    "view": {
      "mobile": "Core.DialogWindowMobileView",
      "tablet": "Core.DialogWindowBaseView"
    }
  },
  "errorManager": {
    "global": "Game",
    "module": "Core.ErrorManager",
    "model": {
      "desktop": "Core.ErrorManagerDesktopModel"
    }
  },
  "noWinSymbols": {
    "module": "Game.Slots.NoWinSymbols",
    "model" : "Dracula.NoWinSymbolsModel",
    "controller":"Dracula.NoWinSymbolsController",
    "view" : "Dracula.NoWinSymbolsView"
  },
  "playModeManager": {
    "module": "Core.PlayModeManager"
  },
  "serverManager": {
    "module": "Core.Slots.ServerManager"
  },
  "responseParser": {
    "global": "Game",
    "module": "Core.Slots.ResponseParser"
  },
  "background" : {
    "module" : "Dracula.Background",
    "controller" : "Dracula.BackgroundController",
    "view" : {
      "desktop" : "Dracula.BackgroundDesktopView",
      "mobile" : "Dracula.BackgroundView"
    }
  },
  "spin": {
    "global": "Game",
    "module": "Core.Slots.BufferedSpin",
    "controller": "Dracula.BufferedSpinController",
    "model": "Dracula.BufferedSpinModel",
    "view": "Dracula.BufferedSpinView"
  },
  "spinButton": {
    "module": "Dracula.SpinButton",
    "controller": "Dracula.SpinButtonController",
    "view": {
      "mobile": "Dracula.SpinButtonMobileView",
      "tablet": "Dracula.SpinButtonTabletView",
      "desktop": "Dracula.SpinButtonDesktopView"
    }
  },
  "maxBetButton": {
    "platforms": ["desktop"],
    "module": "Dracula.MaxBetButton",
    "controller" : "Dracula.MaxBetButtonController",
    "view": "Dracula.MaxBetButtonDesktopView"
  },
  "quickSettingsMenu": {
    "platforms": ["mobile", "tablet"],
    "module": "Interface.QuickSettingsMenu",
    "view": {
      "mobile": "Interface.QuickSettingsMenuBaseView",
      "tablet": "Dracula.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",
    "controller": "Dracula.QuickStopperController",
    "view": {
      "mobile": "Dracula.QuickStopperView",
      "desktop": "Dracula.QuickStopperDesktopView"
    }
  },
  "winningSymbols": {
    "module": "Game.Slots.WinningSymbols",
    "model" : "Dracula.WinningSymbolsModel",
    "controller" : "Dracula.WinningSymbolsController",
    "view": "Dracula.WinningSymbolsView"
  },
  "winSituationsDisplay": {
    "module": "Game.Slots.WinSituationsDisplay"
  },
  "winSituations": {
    "module": "Game.Slots.WinSituations",
    "controller": "Dracula.WinSituationsController",
    "view": "Dracula.WinSituationsView"
  },
  "betlineIndicators": {
    "module": "Game.Slots.BetlineIndicators",
    "controller": "Dracula.BetlineIndicatorsController",
    "model": "Dracula.BetlineIndicatorsModel",
    "view":  {
      "desktop" : "Dracula.BetlineIndicatorsDesktopView",
      "mobile" : "Dracula.BetlineIndicatorsView"
    }
  },
  "winBanner": {
    "module": "Game.Slots.PIXIWinBanner",
    "controller" : "Dracula.PIXIWinBannerController",
    "view" : "Dracula.PIXIWinBannerView"
  },
  "stopGame": {
    "module": "Core.StopGame"
  },
  "realityCheck": {
    "module": "Core.Slots.RealityCheck",
    "model": {
      "desktop": "Core.RealityCheckDesktopModel"
    }
  },
  "standardWin": {
    "module": "Core.Slots.StandardWin",
    "model": "Dracula.StandardWinModel",
    "controller" : "Dracula.StandardWinController"
  },
  "bigWin" : {
    "module" : "Game.Slots.BigWin",
    "model" : "Dracula.BigWinModel",
    "view" : {
      "desktop" : "Dracula.BigWinView",
      "mobile" : "Dracula.BigWinMobileView"
    },
    "controller" : "Dracula.BigWinController"
  },
  "bigWinCountUp" : {
    "module" : "Game.Slots.BigWinCountUp",
    "controller": "Dracula.CountUpController",
    "view"  :   "Dracula.BigWinCountUpView"
  },
  "JMX": {
    "optional": true,
    "module": "Cheats.JMX",
    "model": "Dracula.JMXModel",
    "controller": "Dracula.JMXController",
    "view": "Dracula.JMXView"
  },
  "JMXQueueViewer": {
    "optional": true,
    "module": "Cheats.JMXQueueViewer"
  },
  "JMXBatFeature" : {
    "optional" : true,
    "module" : "Dracula.JMXBatFeature",
    "controller": "Dracula.JMXBatFeatureController",
    "view": "Dracula.JMXBatFeatureView"
  },
  "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" : "Dracula.CoinsFieldModel",
    "controller": "Dracula.CoinsFieldController",
    "view": {
      "mobile": "Interface.Slots.CoinsFieldMobileView",
      "tablet": "Interface.Slots.CoinsFieldBaseView",
      "desktop": "Dracula.CoinsFieldDesktopView"
    }
  },
  "cashField": {
    "module": "Interface.CashField",
    "view": {
      "desktop": "Interface.CashFieldDesktopView",
      "mobile": "Interface.CashFieldMobileView",
      "tablet": "Interface.CashFieldTabletView"
    }
  },
  "freeRounds": {
    "module": "Core.Slots.FreeRounds"
  },
  "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": "Dracula.BetSettings",
    "controller" : "Dracula.BetSettingsController",
    "view": {
      "mobile": "Interface.BetSettingsBaseView",
      "tablet": "Interface.BetSettingsBaseView",
      "desktop": "Dracula.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": "Interface.GameHistoryBaseView"
  },
  "gameRules": {
    "module": "Interface.GameRules",
    "controller":"Dracula.GameRulesController",
    "view": {
      "mobile": "Interface.GameRulesBaseView",
      "tablet": "Interface.GameRulesBaseView",
      "desktop": "Dracula.GameRulesDesktopView"
    }
  },
  "paytable": {
    "module": "Dracula.Paytable",
    "controller": "Dracula.PaytableController",
    "view": {
      "mobile": "Dracula.PaytableBaseView",
      "desktop": "Dracula.PaytableDesktopView"
    }
  },
  "spinSettings": {
    "platforms": ["mobile", "tablet"],
    "module": "Interface.SpinSettings",
    "controller": "Dracula.SpinSettingsController"
  },
  "autoplaySettings": {
    "platforms": ["desktop"],
    "module": "Dracula.AutoplaySettings",
    "controller" : "Dracula.AutoplaySettingsController",
    "view": {
      "desktop": "Dracula.AutoplaySettingsView"
    }
  },
  "gameSettings": {
    "platforms": ["desktop"],
    "module": "Interface.GameSettings",
    "view": {
      "desktop": "Dracula.GameSettingsDesktopView"
    }
  },
  "soundSettings": {
    "module": "Interface.SoundSettings",
    "view": {
      "mobile": "Interface.SoundSettingsBaseView",
      "tablet": "Interface.SoundSettingsBaseView",
      "desktop": "Interface.SoundSettingsDesktopView"
    }
  },
  "logo": {
    "global": "Game",
    "module": "Game.Logo",
    "view" : "Dracula.LogoView"
  },
  "freeSpinIntro": {
    "global": "Game",
    "module": "Dracula.FreeSpinIntro",
    "controller": "Dracula.FreeSpinIntroController",
    "model": "Dracula.FreeSpinIntroModel",
    "view": {
      "desktop": "Dracula.FreeSpinIntroView",
      "mobile": "Dracula.FreeSpinIntroMobileView"
    }
  },
  "freeSpinOutro": {
    "global": "Game",
    "module": "Game.Slots.FreeSpinOutro",
    "controller" : "Dracula.FreeSpinOutroController",
    "view": {
      "desktop": "Dracula.FreeSpinOutroView",
      "mobile": "Dracula.FreeSpinOutroMobileView"
    }
  },
  "ambienceManager": {
    "module": "Game.AmbienceManager",
    "controller": "Dracula.AmbienceManagerController"
  },
  "keyboardManager": {
    "module": "Core.KeyboardManager"
  },
  "introMovie" : {
    "platforms": ["desktop"],
    "module": "Dracula.IntroMovie",
    "controller" : "Dracula.IntroMovieController",
    "view": "Dracula.IntroMovieView"
  },
  "featureSplash" : {
    "platforms" : ["desktop"],
    "module" : "Dracula.FeatureSplash",
    "controller": "Dracula.FeatureSplashController",
    "view":"Dracula.FeatureSplashView"
  },
  "keyboard": {
    "platforms": ["mobile", "mobileLow", "tablet", "tabletLow"],
    "module": "Interface.Keyboard"
  },
  "resourceLoader" : {
    "module" : "Dracula.ResourceLoader",
    "controller" : "Dracula.ResourceLoaderController",
    "view" : "Dracula.ResourceLoaderView"
  },
  "additionalFreespins": {
    "module": "Dracula.AdditionalFreespins",
    "controller" : "Dracula.AdditionalFreespinsController",
    "view": "Dracula.AdditionalFreespinsView"
  },
  "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": "Dracula.TickerTape",
    "controller" : "Dracula.TickerTapeController",
    "view" : "Dracula.TickerTapeView"
  },
  "bonusMessage": {
      "module": "Core.BonusMessage"
  },
  "spinButtonDisable" : {
    "platforms" : [ "desktop" ],
    "module" : "Dracula.SpinButtonDisable"
  },
  "coinWin" : {
    "module" : "Game.Slots.CoinWin",
    "view" : "Dracula.CoinWinView"
  },
  "freeSpinSymbolAttentionAnimation" : {
    "module" : "Dracula.FreeSpinSymbolAttentionAnimation"
  },
  "overlaySymbolAnimation" : {
    "module" : "Dracula.OverlaySymbolAnimation"
  },
  "countDownFreespins":{
    "module": "Game.Slots.CountDownFreespins",
    "controller": "Dracula.CountDownFreespinsController",
    "view": {
      "desktop": "Dracula.CountDownFreespinsView",
      "mobile": "Dracula.CountDownFreespinsMobileView"
    }
  },
  "bonusProgramWidget": {
    "module": "Game.BonusProgramWidget"
  },
  "archbotGUI": {
    "optional": true,
    "module": "Archbot.ArchbotGUI"
  }
}
