package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "com.shotshock.twong",
  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. "keywords": [
  11. "ecosystem:cordova"
  12. ],
  13. "author": "Apache Cordova Team",
  14. "license": "Apache-2.0",
  15. "devDependencies": {
  16. "cordova-android": "^9.0.0",
  17. "cordova-plugin-device": "^2.0.3",
  18. "cordova-plugin-jcore": "^1.3.3",
  19. "cordova-plugin-wechat": "git+https://github.com/xu-li/cordova-plugin-wechat.git#develop",
  20. "cordova-plugin-whitelist": "^1.3.4",
  21. "jpush-phonegap-plugin": "https://gitee.com/scnon/jpush-phonegap-plugin.git"
  22. },
  23. "cordova": {
  24. "plugins": {
  25. "cordova-plugin-whitelist": {},
  26. "jpush-phonegap-plugin": {
  27. "APP_KEY": "ab09fb9a832156e9c500ee68",
  28. "CHANNEL": "developer-default"
  29. },
  30. "cordova-plugin-wechat": {
  31. "WECHATAPPID": "wx1bb4342986c22b28",
  32. "UNIVERSALLINK": "https://www.shotshock.shop/ios/"
  33. }
  34. },
  35. "platforms": [
  36. "android"
  37. ]
  38. }
  39. }