function getAllProducts()

in js/all-products.js [1:36]


function getAllProducts() {
    return {
        eduTools: 'edu-tools',
        academy: 'academy',
        appcode: 'appcode',
        resharper: 'resharper',
        dottrace: 'dottrace',
        dotcover: 'dotcover',
        dotmemory: 'dotmemory',
        dotpeek: 'dotpeek',
        resharperCpp: 'resharper-cpp',
        rider: 'rider',
        riderUnity: 'rider-unity',
        riderCppPreview: 'rider-cpp-preview',
        webstorm: 'webstorm',
        clion: 'clion',
        intellijIdea: 'intellij',
        phpstorm: 'phpstorm',
        pycharm: 'pycharm',
        rubymine: 'rubymine',
        teamcity: 'teamcity',
        upsource: 'upsource',
        youtrack: 'youtrack',
        space: 'space',
        kotlin: 'kotlin',
        datagrip: 'datagrip',
        hub: 'hub',
        mps: 'mps',
        goland: 'goland',
        general: 'general',
        GameDevIntro: 'gamedev_video_intro',
        GameDevUnityIntro:'gamedev_video_unity_intro',
        GameDevUnrealIntro:'gamedev_video_unreal_intro',
        GameDevTeamIntro:'gamedev_video_team_intro'
    };
}