The Cordova command line interface returns a JSON array showing installed plugins, for
						example:
[ 'org.apache.cordova.core.camera',     
'org.apache.cordova.core.device-motion',     
'org.apache.cordova.core.file' ] 
In
						this example, the Cordova project has the Cordova core Camera, Accelerator
						(device-motion), and File plugins installed.