package.json 992 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": "0.8.2",
  3. "name": "de.appplant.cordova.plugin.local-notification",
  4. "cordova_name": "Cordova LocalNotification Plugin",
  5. "description": "Cordova plugin to schedule and query local notifications",
  6. "author": "Sebastián Katzer",
  7. "license": "Apache 2.0",
  8. "repo": "https://github.com/katzer/cordova-plugin-local-notifications.git",
  9. "issue": "https://github.com/katzer/cordova-plugin-local-notifications/issues",
  10. "keywords": [
  11. "appplant",
  12. "notification",
  13. "local notification",
  14. "cordova",
  15. "ecosystem:cordova",
  16. "cordova-android",
  17. "cordova-ios",
  18. "cordova-windows"
  19. ],
  20. "platforms": [
  21. "ios",
  22. "android",
  23. "windows"
  24. ],
  25. "engines": [
  26. {
  27. "name": "cordova",
  28. "version": ">=3.6.0"
  29. }
  30. ],
  31. "repository": {
  32. "type": "git",
  33. "url": "https://github.com/katzer/cordova-plugin-local-notifications.git"
  34. }
  35. }