You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

45 lines
996 B

  1. {
  2. "name": "cordova-plugin-background-mode",
  3. "version": "0.7.2",
  4. "description": "Prevent apps from going to sleep in background.",
  5. "cordova": {
  6. "id": "cordova-plugin-background-mode",
  7. "platforms": [
  8. "ios",
  9. "android",
  10. "browser"
  11. ]
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/katzer/cordova-plugin-background-mode.git"
  16. },
  17. "keywords": [
  18. "appplant",
  19. "background",
  20. "ecosystem:cordova",
  21. "cordova-ios",
  22. "cordova-android",
  23. "cordova-browser"
  24. ],
  25. "engines": [
  26. {
  27. "name": "cordova",
  28. "version": ">=3.0.0"
  29. },
  30. {
  31. "name": "android-sdk",
  32. "version": ">=16"
  33. },
  34. {
  35. "name": "windows-sdk",
  36. "version": ">=10.0.14393.0"
  37. }
  38. ],
  39. "author": "Sebastián Katzer",
  40. "license": "Apache 2.0",
  41. "bugs": {
  42. "url": "https://github.com/katzer/cordova-plugin-background-mode/issues"
  43. },
  44. "homepage": "https://github.com/katzer/cordova-plugin-background-mode#readme"
  45. }