Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {
  8. "config.xml": {
  9. "parents": {
  10. "/*": [
  11. {
  12. "xml": "<feature name=\"Device\"><param name=\"browser-package\" value=\"Device\" /></feature>",
  13. "count": 1
  14. }
  15. ]
  16. }
  17. }
  18. }
  19. },
  20. "installed_plugins": {
  21. "cordova-plugin-whitelist": {
  22. "PACKAGE_NAME": "io.cordova.hellocordova"
  23. },
  24. "cordova-plugin-device": {
  25. "PACKAGE_NAME": "io.cordova.hellocordova"
  26. }
  27. },
  28. "dependent_plugins": {},
  29. "modules": [
  30. {
  31. "file": "plugins/cordova-plugin-device/www/device.js",
  32. "id": "cordova-plugin-device.device",
  33. "pluginId": "cordova-plugin-device",
  34. "clobbers": [
  35. "device"
  36. ]
  37. },
  38. {
  39. "file": "plugins/cordova-plugin-device/src/browser/DeviceProxy.js",
  40. "id": "cordova-plugin-device.DeviceProxy",
  41. "pluginId": "cordova-plugin-device",
  42. "runs": true
  43. }
  44. ],
  45. "plugin_metadata": {
  46. "cordova-plugin-whitelist": "1.3.4",
  47. "cordova-plugin-device": "2.0.3"
  48. }
  49. }