package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "com.izouma.milk",
  3. "displayName": "HelloCordova",
  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-android": "^6.3.0",
  14. "cordova-ios": "^4.5.4",
  15. "cordova-plugin-camera": "^4.0.2",
  16. "cordova-plugin-handheld": "file:../handheld",
  17. "cordova-plugin-navigationbar": "file:../navigationbar",
  18. "cordova-plugin-pgyer": "file:../pgyer",
  19. "cordova-plugin-remote-injection": "^0.5.2",
  20. "cordova-plugin-splashscreen": "^5.0.1",
  21. "cordova-plugin-tencent-bg-location": "file:../tencentBgLocation",
  22. "cordova-plugin-whitelist": "^1.3.3",
  23. "cordova-plugin-wkwebview-engine": "^1.1.4",
  24. "cordova-plugin-x-toast": "^2.6.0"
  25. },
  26. "cordova": {
  27. "plugins": {
  28. "cordova-plugin-whitelist": {},
  29. "cordova-plugin-splashscreen": {},
  30. "cordova-plugin-x-toast": {},
  31. "cordova-plugin-pgyer": {
  32. "APP_ID": "d0f09be14a67a2082bdf777eb0b2a8c2"
  33. },
  34. "cordova-plugin-wkwebview-engine": {},
  35. "cordova-plugin-camera": {},
  36. "cordova-plugin-tencent-bg-location": {
  37. "API_KEY": "PPQBZ-HCQLO-MMNWE-SHIDE-Y42BH-D3F76"
  38. },
  39. "cordova-plugin-navigationbar": {},
  40. "cordova-plugin-remote-injection": {},
  41. "cordova-plugin-handheld": {}
  42. },
  43. "platforms": [
  44. "android",
  45. "ios"
  46. ]
  47. }
  48. }