You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
1.1 KiB

  1. {
  2. "name": "cordova-plugin-x-socialsharing",
  3. "version": "5.1.6",
  4. "description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.",
  5. "cordova": {
  6. "id": "cordova-plugin-x-socialsharing",
  7. "platforms": [
  8. "ios",
  9. "android",
  10. "wp8"
  11. ]
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git"
  16. },
  17. "keywords": [
  18. "Social",
  19. "Share",
  20. "Twitter",
  21. "Facebook",
  22. "Email",
  23. "SMS",
  24. "WhatsApp",
  25. "Tumblr",
  26. "Pocket",
  27. "LinkedIn",
  28. "cordova",
  29. "ecosystem:cordova",
  30. "cordova-ios",
  31. "cordova-android",
  32. "cordova-windows"
  33. ],
  34. "engines": [
  35. {
  36. "name": "cordova",
  37. "version": ">=3.0.0"
  38. }
  39. ],
  40. "author": "Eddy Verbruggen - @EddyVerbruggen",
  41. "license": "MIT",
  42. "bugs": {
  43. "url": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues"
  44. },
  45. "homepage": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin#readme"
  46. }