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

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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=\"ios-package\" value=\"CDVDevice\" /></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. "id": "cordova-plugin-device.device",
  32. "file": "plugins/cordova-plugin-device/www/device.js",
  33. "pluginId": "cordova-plugin-device",
  34. "clobbers": [
  35. "device"
  36. ]
  37. }
  38. ],
  39. "plugin_metadata": {
  40. "cordova-plugin-whitelist": "1.3.4",
  41. "cordova-plugin-device": "2.0.3"
  42. }
  43. }