forked from Mottie/Keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keyboard.jquery.json
40 lines (40 loc) · 900 Bytes
/
keyboard.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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/**/*"
]
}