package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "cordova-plugin-local-notifications",
  3. "version": "0.9.0-beta.0",
  4. "description": "Schedules and queries for local notifications",
  5. "cordova": {
  6. "id": "cordova-plugin-local-notifications",
  7. "platforms": [
  8. "ios",
  9. "windows"
  10. ]
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/katzer/cordova-plugin-local-notifications.git#x"
  15. },
  16. "keywords": [
  17. "appplant",
  18. "notification",
  19. "local notification",
  20. "user 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. "name": "apple-ios",
  37. "version": ">=10.0.0"
  38. }
  39. ],
  40. "author": "Sebastián Katzer",
  41. "license": "Apache 2.0",
  42. "bugs": {
  43. "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues"
  44. },
  45. "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme"
  46. }