package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "de.appplant.cordova.plugin.local-notification",
  3. "cordova_name": "Cordova LocalNotification Plugin",
  4. "version": "0.8.4",
  5. "description": "Schedule, trigger and query local notifications on iOS and Android",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/katzer/cordova-plugin-local-notifications.git"
  12. },
  13. "keywords": [
  14. "appplant",
  15. "notification",
  16. "local notification",
  17. "cordova",
  18. "ecosystem:cordova",
  19. "cordova-android",
  20. "cordova-ios",
  21. "cordova-windows"
  22. ],
  23. "platforms": [
  24. "ios",
  25. "android",
  26. "windows"
  27. ],
  28. "engines": [{
  29. "name": "cordova",
  30. "version": ">=3.6.0"
  31. },
  32. {
  33. "name": "cordova-plugman",
  34. "version": ">=4.3.0"
  35. },
  36. {
  37. "name": "cordova-windows",
  38. "version": ">=4.2.0"
  39. }
  40. ],
  41. "dependencies": {
  42. "cordova-plugin-device": "*",
  43. "cordova-plugin-app-event": ">=1.1.0"
  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. }