package.json 955 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "cordova-plugin-actionsheet",
  3. "version": "2.2.2",
  4. "description": "Show a sheet of options the user can choose from.",
  5. "cordova": {
  6. "id": "cordova-plugin-actionsheet",
  7. "platforms": [
  8. "ios",
  9. "android",
  10. "wp8"
  11. ]
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/EddyVerbruggen/cordova-plugin-actionsheet.git"
  16. },
  17. "keywords": [
  18. "ActionSheet",
  19. "UIActionSheet",
  20. "AlertDialog",
  21. "Dialog",
  22. "List",
  23. "Picker",
  24. "Popup",
  25. "cordova",
  26. "ecosystem:cordova",
  27. "cordova-ios",
  28. "cordova-android",
  29. "cordova-wp8"
  30. ],
  31. "engines": [
  32. {
  33. "name": "cordova",
  34. "version": ">=3.0.0"
  35. }
  36. ],
  37. "author": "Eddy Verbruggen - @EddyVerbruggen",
  38. "license": "MIT",
  39. "bugs": {
  40. "url": "https://github.com/EddyVerbruggen/cordova-plugin-actionsheet/issues"
  41. },
  42. "homepage": "https://github.com/EddyVerbruggen/cordova-plugin-actionsheet#readme"
  43. }