package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "cordova-plugin-local-notification",
  3. "version": "0.9.0-beta.3",
  4. "description": "Schedules and queries for local notifications",
  5. "cordova": {
  6. "id": "cordova-plugin-local-notification",
  7. "platforms": [
  8. "android",
  9. "ios",
  10. "windows"
  11. ]
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/katzer/cordova-plugin-local-notifications.git"
  16. },
  17. "keywords": [
  18. "appplant",
  19. "notification",
  20. "local notification",
  21. "user notification",
  22. "ecosystem:cordova",
  23. "cordova-ios",
  24. "cordova-android",
  25. "cordova-windows"
  26. ],
  27. "engines": [
  28. {
  29. "name": "cordova",
  30. "version": ">=3.6.0"
  31. },
  32. {
  33. "name": "cordova-android",
  34. "version": ">=6.0.0"
  35. },
  36. {
  37. "name": "cordova-windows",
  38. "version": ">=4.2.0"
  39. },
  40. {
  41. "name": "android-sdk",
  42. "version": ">=26"
  43. },
  44. {
  45. "name": "apple-ios",
  46. "version": ">=10.0.0"
  47. }
  48. ],
  49. "author": "Sebastián Katzer",
  50. "license": "Apache 2.0",
  51. "bugs": {
  52. "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues"
  53. },
  54. "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme"
  55. }