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.
 
 
 
 
 
 

31 lines
740 B

  1. {
  2. "name": "cordova-plugin-exitapp",
  3. "version": "1.0.0",
  4. "description": "Implements navigator.app.exitApp on WP8, Android",
  5. "cordova": {
  6. "id": "cordova.custom.plugins.exitapp",
  7. "platforms": [
  8. "wp8",
  9. "android"
  10. ]
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/rakesh-walisheter/cordova-plugin-exitapp.git"
  15. },
  16. "keywords": [
  17. "cordova",
  18. "exit",
  19. "terminate",
  20. "ecosystem:cordova",
  21. "cordova-wp8",
  22. "cordova-android"
  23. ],
  24. "author": "Rakesh Walisheter",
  25. "license": "Apache 2.0",
  26. "bugs": {
  27. "url": "https://github.com/rakesh-walisheter/cordova-plugin-exitapp/issues"
  28. },
  29. "homepage": "https://github.com/rakesh-walisheter/cordova-plugin-exitapp#readme"
  30. }