Files
Chamilo/app/Resources/public/assets/keyboard/keyboard.jquery.json
2025-08-14 22:33:03 +02:00

40 lines
900 B
JSON

{
"name": "keyboard",
"title": "Keyboard",
"version": "1.30.2",
"description": "Virtual Keyboard using jQuery UI",
"author": {
"name": "Jeremy Satterfield",
"url": "https://github.com/jsatt"
},
"maintainers": [
{
"name": "Rob Garrison",
"url": "https://github.com/Mottie",
"email": "wowmotty@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "http://wowmotty.blogspot.com/2010/11/jquery-ui-keyboard-widget.html",
"bugs": "https://github.com/Mottie/Keyboard/issues",
"docs": "https://github.com/Mottie/Keyboard/wiki",
"demo": "https://mottie.github.io/Keyboard/",
"dependencies": {
"jquery": ">=1.4.3"
},
"keywords": [
"customizable",
"keyboard",
"ui",
"accessibility",
"osk"
],
"files": [
"dist/**/*"
]
}