You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

99 lines
3.8 KiB

8 years ago
  1. {
  2. "prepare_queue": {
  3. "installed": [],
  4. "uninstalled": []
  5. },
  6. "config_munge": {
  7. "files": {
  8. "res/xml/config.xml": {
  9. "parents": {
  10. "/*": [
  11. {
  12. "xml": "<feature name=\"Device\"><param name=\"android-package\" value=\"org.apache.cordova.device.Device\" /></feature>",
  13. "count": 1
  14. },
  15. {
  16. "xml": "<feature name=\"StatusBar\"><param name=\"android-package\" value=\"org.apache.cordova.statusbar.StatusBar\" /><param name=\"onload\" value=\"true\" /></feature>",
  17. "count": 1
  18. },
  19. {
  20. "xml": "<feature name=\"Whitelist\"><param name=\"android-package\" value=\"org.apache.cordova.whitelist.WhitelistPlugin\" /><param name=\"onload\" value=\"true\" /></feature>",
  21. "count": 1
  22. },
  23. {
  24. "xml": "<feature name=\"SplashScreen\"><param name=\"android-package\" value=\"org.apache.cordova.splashscreen.SplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>",
  25. "count": 1
  26. },
  27. {
  28. "xml": "<feature name=\"Keyboard\"><param name=\"android-package\" value=\"io.ionic.keyboard.IonicKeyboard\" /><param name=\"onload\" value=\"true\" /></feature>",
  29. "count": 1
  30. }
  31. ]
  32. }
  33. }
  34. }
  35. },
  36. "installed_plugins": {
  37. "cordova-plugin-device": {
  38. "PACKAGE_NAME": "com.ionicframework.app751563"
  39. },
  40. "cordova-plugin-statusbar": {
  41. "PACKAGE_NAME": "com.ionicframework.app751563"
  42. },
  43. "cordova-plugin-whitelist": {
  44. "PACKAGE_NAME": "com.ionicframework.app751563"
  45. },
  46. "cordova-plugin-splashscreen": {
  47. "PACKAGE_NAME": "com.ionicframework.app751563"
  48. },
  49. "cordova-plugin-console": {
  50. "PACKAGE_NAME": "com.ionicframework.app751563"
  51. },
  52. "ionic-plugin-keyboard": {
  53. "PACKAGE_NAME": "com.ionicframework.app751563"
  54. }
  55. },
  56. "dependent_plugins": {},
  57. "modules": [
  58. {
  59. "id": "cordova-plugin-device.device",
  60. "file": "plugins/cordova-plugin-device/www/device.js",
  61. "pluginId": "cordova-plugin-device",
  62. "clobbers": [
  63. "device"
  64. ]
  65. },
  66. {
  67. "id": "cordova-plugin-statusbar.statusbar",
  68. "file": "plugins/cordova-plugin-statusbar/www/statusbar.js",
  69. "pluginId": "cordova-plugin-statusbar",
  70. "clobbers": [
  71. "window.StatusBar"
  72. ]
  73. },
  74. {
  75. "id": "cordova-plugin-splashscreen.SplashScreen",
  76. "file": "plugins/cordova-plugin-splashscreen/www/splashscreen.js",
  77. "pluginId": "cordova-plugin-splashscreen",
  78. "clobbers": [
  79. "navigator.splashscreen"
  80. ]
  81. },
  82. {
  83. "id": "ionic-plugin-keyboard.keyboard",
  84. "file": "plugins/ionic-plugin-keyboard/www/android/keyboard.js",
  85. "pluginId": "ionic-plugin-keyboard",
  86. "clobbers": [
  87. "cordova.plugins.Keyboard"
  88. ],
  89. "runs": true
  90. }
  91. ],
  92. "plugin_metadata": {
  93. "cordova-plugin-device": "1.1.3",
  94. "cordova-plugin-statusbar": "2.2.0",
  95. "cordova-plugin-whitelist": "1.3.0",
  96. "cordova-plugin-splashscreen": "4.0.0",
  97. "cordova-plugin-console": "1.0.4",
  98. "ionic-plugin-keyboard": "2.2.1"
  99. }
  100. }