package.json 913 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "com.dxoneportal",
  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-plugin-device": "^2.0.2",
  15. "cordova-plugin-jcore": "^1.2.3",
  16. "cordova-plugin-whitelist": "^1.3.3",
  17. "jpush-phonegap-plugin": "file:../../../Downloads/jpush-phonegap-plugin-master"
  18. },
  19. "cordova": {
  20. "plugins": {
  21. "jpush-phonegap-plugin": {
  22. "APP_KEY": "39669413c339d3e60d6a27b7"
  23. },
  24. "cordova-plugin-whitelist": {}
  25. },
  26. "platforms": [
  27. "android"
  28. ]
  29. }
  30. }