package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "de.appplant.cordova.plugin.local-notification",
  3. "cordova_name": "Cordova LocalNotification Plugin",
  4. "version": "0.8.4",
  5. "description": "Schedules and queries for local notifications",
  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. {
  30. "name": "cordova",
  31. "version": ">=3.6.0"
  32. },
  33. {
  34. "name": "cordova-plugman",
  35. "version": ">=4.3.0"
  36. },
  37. {
  38. "name": "cordova-windows",
  39. "version": ">=4.2.0"
  40. }
  41. ],
  42. "dependencies": {
  43. "cordova-plugin-device": "*",
  44. "cordova-plugin-app-event": ">=1.1.0"
  45. },
  46. "author": "Sebastián Katzer",
  47. "license": "Apache-2.0",
  48. "bugs": {
  49. "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues"
  50. },
  51. "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme"
  52. }