package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "cordova-plugin-local-notification",
  3. "version": "0.9.0-beta.0",
  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-windows",
  34. "version": ">=4.2.0"
  35. },
  36. {
  37. "name": "apple-ios",
  38. "version": ">=10.0.0"
  39. },
  40. {
  41. "name": "cordova-android",
  42. "version": ">=6.0.0"
  43. }
  44. ],
  45. "author": "Sebastián Katzer",
  46. "license": "Apache 2.0",
  47. "bugs": {
  48. "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues"
  49. },
  50. "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme"
  51. }