The Cordova command line interface returns a JSON array showing installed plugins,
               for
                  example:
[ 'com.sap.mp.cordova.plugins.corelibs',    
'com.sap.mp.cordova.plugins.logon',    
'org.apache.cordova.console',    
'org.apache.cordova.device',
'org.apache.cordova.device-orientation',    
'org.apache.cordova.dialogs',    
'org.apache.cordova.inappbrowser' ] 
In
                  this case, some core Cordova plugins were added, including corelibs, console,
                  device, device-orientation, dialogs, and  inAppBrowser. CoreLibs is a utility
                  plugin that is automatically added to every Kapsel project by the command line
                  interface, so you need never add the CoreLibs plugin to a project manually.