{
    "login_deregister_scripts" : [
        ["jquery"]
    ],
    "login_scripts" : [
        ["jquery", "/wp-includes/js/jquery/jquery.js", [], "1.12.4", true],
        ["jquery-migrate", "/wp-includes/js/jquery/jquery-migrate.min.js", [], "1.4.1", true],
        ["wp-util"],
        ["jquery.validate", "https://ajax.aspnetcdn.com/ajax/jquery.validate/1.15.0/jquery.validate.min.js", ["jquery"], "1", true],
        ["branding", "{{ BASE_URL }}/app/assets/js/branding.js", ["jquery.validate"], "1.0", true]
    ],
    "customize_scripts" : [
        ["branding", "{{ BASE_URL }}/app/assets/js/branding_customize.js", ["jquery"], "1.0", true]
    ],
    "customize_localize" : [
        ["branding", "branding", "{{ \\branding\\ModelBranding::localize }}"]
    ],
    "async_login_styles" : [
        ["Open sans", "https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,300i,400,400i,600,600i,700,700i,800,800i", [], "1.0", "all"],
        ["branding_base", "{{ BASE_URL }}/app/assets/css/base.css", [], "1.0", "all"],
        ["branding_layouts", "{{ BASE_URL }}/app/assets/css/layouts.css", [], "1.0", "all"],
        ["branding_modules", "{{ BASE_URL }}/app/assets/css/modules.css", [], "1.0", "all"]
    ],
    "login_localize" : [
        ["branding", "branding", "{{ \\branding\\ModelBranding::localize }}"]
    ]
}