package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "com.izouma.gmmis",
  3. "displayName": "gmMis",
  4. "version": "1.0.0",
  5. "description": "A sample Apache Cordova application that responds to the deviceready event.",
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "author": "Apache Cordova Team",
  11. "license": "Apache-2.0",
  12. "dependencies": {
  13. "cordova": "^8.1.2",
  14. "cordova-android": "^7.1.4",
  15. "cordova-plugin-camera": "^4.0.3",
  16. "cordova-plugin-clipboard-x": "^1.0.1",
  17. "cordova-plugin-crosswalk-webview": "git+https://github.com/x1ongzhu/cordova-plugin-crosswalk-webview.git",
  18. "cordova-plugin-device": "^2.0.2",
  19. "cordova-plugin-handheld": "https://github.com/x1ongzhu/cordova-plugin-handheld.git",
  20. "cordova-plugin-pgyer": "git+https://github.com/x1ongzhu/cordova-plugin-pgyer.git",
  21. "cordova-plugin-statusbar": "^2.4.2",
  22. "cordova-plugin-whitelist": "^1.3.3",
  23. "cordova-plugin-wkwebview-engine": "^1.1.4",
  24. "cordova-plugin-x-toast": "^2.7.2",
  25. "cross-spawn": "^6.0.5",
  26. "ora": "^3.0.0",
  27. "progress": "^2.0.3",
  28. "request": "^2.88.0"
  29. },
  30. "cordova": {
  31. "plugins": {
  32. "cordova-plugin-statusbar": {},
  33. "cordova-plugin-wkwebview-engine": {},
  34. "cordova-plugin-camera": {},
  35. "cordova-plugin-device": {},
  36. "cordova-plugin-clipboard-x": {},
  37. "cordova-plugin-whitelist": {},
  38. "cordova-plugin-crosswalk-webview": {
  39. "XWALK_VERSION": "23+",
  40. "XWALK_LITEVERSION": "xwalk_core_library_canary:17+",
  41. "XWALK_COMMANDLINE": "--disable-pull-to-refresh-effect",
  42. "XWALK_MODE": "embedded",
  43. "XWALK_MULTIPLEAPK": "false"
  44. },
  45. "cordova-plugin-handheld": {},
  46. "cordova-plugin-pgyer": {
  47. "APP_ID": "fc1475cd6e3915ca794041977acbfc2a"
  48. }
  49. },
  50. "platforms": [
  51. "android"
  52. ]
  53. }
  54. }