package.json 904 B

12345678910111213141516171819202122232425262728293031323334
  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-whitelist": "^1.3.4",
  20. "jpush-phonegap-plugin": "https://gitee.com/scnon/jpush-phonegap-plugin.git"
  21. },
  22. "cordova": {
  23. "plugins": {
  24. "cordova-plugin-whitelist": {},
  25. "jpush-phonegap-plugin": {
  26. "APP_KEY": "ab09fb9a832156e9c500ee68",
  27. "CHANNEL": "developer-default"
  28. }
  29. },
  30. "platforms": [
  31. "android"
  32. ]
  33. }
  34. }