123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "prepare_queue": {
- "installed": [],
- "uninstalled": []
- },
- "config_munge": {
- "files": {
- "res/xml/config.xml": {
- "parents": {
- "/*": [
- {
- "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
- "count": 1
- }
- ]
- }
- }
- }
- },
- "installed_plugins": {
- "cordova-plugin-device": {
- "PACKAGE_NAME": "io.ionic.starter"
- }
- },
- "dependent_plugins": {},
- "modules": [
- {
- "id": "cordova-plugin-device.device",
- "file": "plugins/cordova-plugin-device/www/device.js",
- "pluginId": "cordova-plugin-device",
- "clobbers": [
- "device"
- ]
- }
- ],
- "plugin_metadata": {
- "cordova-plugin-device": "2.0.2"
- }
- }
|