package.json 1006 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "cordova-plugin-local-notifications",
  3. "version": "0.8.4",
  4. "description": "Schedule, trigger and query local notifications on iOS and Android",
  5. "cordova": {
  6. "id": "de.appplant.cordova.plugin.local-notification",
  7. "platforms": [
  8. "ios",
  9. "android",
  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. "ecosystem:cordova",
  22. "cordova-ios",
  23. "cordova-android",
  24. "cordova-windows"
  25. ],
  26. "engines": [
  27. {
  28. "name": "cordova",
  29. "version": ">=3.6.0"
  30. },
  31. {
  32. "name": "cordova-windows",
  33. "version": ">=4.2.0"
  34. }
  35. ],
  36. "author": "Sebastián Katzer",
  37. "license": "Apache 2.0",
  38. "bugs": {
  39. "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues"
  40. },
  41. "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme"
  42. }