package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "cordova-plugin-local-notifications",
  3. "version": "0.0.9",
  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-windows"
  24. ],
  25. "engines": [
  26. {
  27. "name": "cordova",
  28. "version": ">=3.6.0"
  29. },
  30. {
  31. "name": "cordova-plugman",
  32. "version": ">=4.3.0"
  33. },
  34. {
  35. "name": "cordova-windows",
  36. "version": ">=4.2.0"
  37. },
  38. {
  39. "name": "apple-ios",
  40. "version": ">=10.0.0"
  41. }
  42. ],
  43. "author": "Sebastián Katzer",
  44. "license": "Apache 2.0",
  45. "bugs": {
  46. "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues"
  47. },
  48. "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme"
  49. }