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.
 
 
 
 
 
 

35 rivejä
750 B

  1. {
  2. "name": "cordova-plugin-keyboard",
  3. "version": "1.2.0",
  4. "description": "Cordova Keyboard Plugin",
  5. "cordova": {
  6. "id": "cordova-plugin-keyboard",
  7. "platforms": [
  8. "ios"
  9. ]
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/cjpearson/cordova-plugin-keyboard.git"
  14. },
  15. "keywords": [
  16. "cordova",
  17. "keyboard",
  18. "ecosystem:cordova",
  19. "cordova-ios",
  20. "cordova-android"
  21. ],
  22. "engines": [
  23. {
  24. "name": "cordova",
  25. "version": ">=3.2.0"
  26. }
  27. ],
  28. "author": "Apache Software Foundation",
  29. "license": "Apache 2.0",
  30. "bugs": {
  31. "url": "https://github.com/cjpearson/cordova-plugin-keyboard/issues"
  32. },
  33. "homepage": "https://github.com/cjpearson/cordova-plugin-keyboard#readme"
  34. }