cordova.define('cordova/plugin_list', function(require, exports, module) { module.exports = [ { "id": "cordova-plugin-device.device", "file": "plugins/cordova-plugin-device/www/device.js", "pluginId": "cordova-plugin-device", "clobbers": [ "device" ] } ]; module.exports.metadata = { "cordova-plugin-whitelist": "1.3.4", "cordova-plugin-device": "2.0.3" }; });