$data["libraries"] = (object)array(
'active' => true,
'vendors' => array(
'example' => array(
'script' => array('example.min'),
'style' => array('example.min')
),
'jquery.webui-popover' => array (
'script' => array('jquery.webui-popover.min'),
'style' => array('jquery.webui-popover.min'),
)
)
);