package.json.874593611 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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": "^7.0.0",
  14. "cordova-ios": "^4.5.4",
  15. "cordova-plugin-alipay-v2": "0.0.4",
  16. "cordova-plugin-cdvnavbar": "^2.4.1",
  17. "cordova-plugin-navigationbar": "file:../navigationbar",
  18. "cordova-plugin-qqlocation": "file:../qqlocation",
  19. "cordova-plugin-wechat": "^2.1.0",
  20. "cordova-plugin-whitelist": "^1.3.3"
  21. },
  22. "cordova": {
  23. "plugins": {
  24. "cordova-plugin-whitelist": {},
  25. "cordova-plugin-wechat": {
  26. "WECHATAPPID": "wxb72c361102cca2dc"
  27. },
  28. "cordova-plugin-alipay-v2": {
  29. "APP_ID": "2016091300498738"
  30. },
  31. "cordova-plugin-qqlocation": {
  32. "API_KEY": "PPQBZ-HCQLO-MMNWE-SHIDE-Y42BH-D3F76"
  33. },
  34. "cordova-plugin-navigationbar": {}
  35. },
  36. "platforms": [
  37. "ios"
  38. ]
  39. }
  40. }