package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "name": "com.izouma.lingxiancar",
  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-alipay-v2": "0.0.4",
  16. "cordova-plugin-app-update": "git+https://github.com/x1ongzhu/cordova-plugin-app-update.git",
  17. "cordova-plugin-app-version": "^0.1.9",
  18. "cordova-plugin-cdvnavbar": "^2.4.1",
  19. "cordova-plugin-navigationbar": "file:../navigationbar",
  20. "cordova-plugin-qqlocation": "file:../qqlocation",
  21. "cordova-plugin-splashscreen": "^5.0.1",
  22. "cordova-plugin-webserver": "^1.0.3",
  23. "cordova-plugin-wechat": "^2.1.0",
  24. "cordova-plugin-whitelist": "^1.3.3",
  25. "cordova-plugin-wkwebview": "^0.6.10",
  26. "cordova-plugin-wkwebview-engine": "^1.1.4",
  27. "cordova-plugin-x-toast": "^2.6.0"
  28. },
  29. "cordova": {
  30. "plugins": {
  31. "cordova-plugin-whitelist": {},
  32. "cordova-plugin-wechat": {
  33. "WECHATAPPID": "wxb72c361102cca2dc"
  34. },
  35. "cordova-plugin-alipay-v2": {
  36. "APP_ID": "2016091300498738"
  37. },
  38. "cordova-plugin-x-toast": {},
  39. "cordova-plugin-splashscreen": {},
  40. "cordova-plugin-qqlocation": {
  41. "API_KEY": "PPQBZ-HCQLO-MMNWE-SHIDE-Y42BH-D3F76"
  42. },
  43. "cordova-plugin-wkwebview-engine": {},
  44. "cordova-plugin-navigationbar": {},
  45. "cordova-plugin-app-update": {},
  46. "cordova-plugin-app-version": {}
  47. },
  48. "platforms": [
  49. "ios",
  50. "android"
  51. ]
  52. }
  53. }