forked from Mottie/Keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 KB
/
package.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
41
42
43
{
"name": "Keyboard",
"version": "1.12",
"title": "Keyboard",
"author": {
"name": "Jeremy Satterfield",
"url": "https://github.com/jsatt"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.4.3"
},
"description": "Virtual Keyboard using jQuery UI",
"keywords": [
"customizable",
"keyboard",
"virtual keyboard"
],
"homepage": "http://wowmotty.blogspot.com/2010/11/jquery-ui-keyboard-widget.html",
"demo": "http://mottie.github.com/Keyboard/",
"docs": "https://github.com/Mottie/Keyboard/wiki",
"maintainers": [
{
"name": "Rob Garrison",
"url": "https://github.com/Mottie"
}
],
"files": [
"css/keyboard.css",
"js/jquery.keyboard.js",
"js/jquery.keyboard.min.js",
"js/jquery.keyboard.extension-autocomplete.js",
"js/jquery.keyboard.extension-mobile.js",
"js/jquery.keyboard.extension-navigation.js",
"js/jquery.keyboard.extension-typing.js",
"js/jquery.mousewheel.js"
]
}