keyboard.jquery.json 900 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "keyboard",
  3. "title": "Keyboard",
  4. "version": "1.28.7",
  5. "description": "Virtual Keyboard using jQuery UI",
  6. "author": {
  7. "name": "Jeremy Satterfield",
  8. "url": "https://github.com/jsatt"
  9. },
  10. "maintainers": [
  11. {
  12. "name": "Rob Garrison",
  13. "url": "https://github.com/Mottie",
  14. "email": "wowmotty@gmail.com"
  15. }
  16. ],
  17. "licenses": [
  18. {
  19. "type": "MIT",
  20. "url": "http://www.opensource.org/licenses/mit-license.php"
  21. }
  22. ],
  23. "homepage": "http://wowmotty.blogspot.com/2010/11/jquery-ui-keyboard-widget.html",
  24. "bugs": "https://github.com/Mottie/Keyboard/issues",
  25. "docs": "https://github.com/Mottie/Keyboard/wiki",
  26. "demo": "https://mottie.github.io/Keyboard/",
  27. "dependencies": {
  28. "jquery": ">=1.4.3"
  29. },
  30. "keywords": [
  31. "customizable",
  32. "keyboard",
  33. "ui",
  34. "accessibility",
  35. "osk"
  36. ],
  37. "files": [
  38. "dist/**/*"
  39. ]
  40. }