package.json 846 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "jpush-phonegap-plugin",
  3. "version": "3.4.3",
  4. "description": "JPush for cordova plugin",
  5. "cordova": {
  6. "id": "jpush-phonegap-plugin",
  7. "platforms": [
  8. "ios",
  9. "android"
  10. ]
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/jpush/jpush-phonegap-plugin.git"
  15. },
  16. "keywords": [
  17. "JPush",
  18. "push",
  19. "Push",
  20. "ecosystem:cordova",
  21. "cordova-ios",
  22. "cordova-android"
  23. ],
  24. "devDependencies": {
  25. "cordova-plugin-device": "*",
  26. "cordova-plugin-jcore": ">=1.2.0"
  27. },
  28. "author": "JiGuang",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/jpush/jpush-phonegap-plugin/issues"
  32. },
  33. "homepage": "https://github.com/jpush/jpush-phonegap-plugin#readme"
  34. }