package.json 896 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "cordova-plugin-app-event",
  3. "version": "1.2.0",
  4. "description": "Broadcasts UIApplicationDelegate events",
  5. "main": "index.js",
  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-app-event.git"
  12. },
  13. "keywords": [
  14. "appplant",
  15. "UIApplicationDelegate",
  16. "didRegisterUserNotificationSettings",
  17. "didReceiveLocalNotification",
  18. "didFinishLaunchingWithOptions",
  19. "cordova",
  20. "ecosystem:cordova"
  21. ],
  22. "platforms": [
  23. "ios"
  24. ],
  25. "engines": [
  26. {
  27. "name": "cordova",
  28. "version": ">=3.6.0"
  29. }
  30. ],
  31. "author": "Sebastián Katzer",
  32. "license": "Apache-2.0",
  33. "bugs": {
  34. "url": "https://github.com/katzer/cordova-plugin-app-event/issues"
  35. },
  36. "homepage": "https://github.com/katzer/cordova-plugin-app-event#readme"
  37. }