forked from Mottie/Keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
52 lines (52 loc) · 1.58 KB
/
composer.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
44
45
46
47
48
49
50
51
52
{
"name": "mottie/keyboard",
"description": "A jQuery on-screen keyboard (OSK) plugin that works in the browser.",
"homepage": "https://github.com/Mottie/Keyboard",
"type": "component",
"license": "MIT",
"require": {
"jquery": "^1.6.0"
},
"authors": [{
"name": "Jeremy Satterfield",
"url": "https://github.com/jsatt"
},{
"name": "Rob Garrison",
"url": "https://github.com/Mottie",
"email": "wowmotty@gmail.com"
}],
"keywords": [
"customizable",
"keyboard",
"ui",
"accessibility",
"osk",
"jquery-plugin"
],
"extra": {
"component": {
"scripts": [
"dist/js/jquery.keyboard.js"
],
"files": [
"dist/css/keyboard.min.css",
"dist/css/keyboard-basic.min.css",
"dist/css/keyboard-dark.min.css",
"dist/css/keyboard-previewkeyset.min.css",
"dist/js/jquery.keyboard.js",
"dist/js/jquery.keyboard.min.js",
"dist/js/jquery.keyboard.extension-all.min.js",
"dist/js/jquery.keyboard.extension-altkeyspopup.min.js",
"dist/js/jquery.keyboard.extension-autocomplete.min.js",
"dist/js/jquery.keyboard.extension-caret.min.js",
"dist/js/jquery.keyboard.extension-extender.min.js",
"dist/js/jquery.keyboard.extension-mobile.min.js",
"dist/js/jquery.keyboard.extension-navigation.min.js",
"dist/js/jquery.keyboard.extension-previewkeyset.min.js",
"dist/js/jquery.keyboard.extension-scramble.min.js",
"dist/js/jquery.keyboard.extension-typing.min.js",
"dist/js/jquery.mousewheel.min.js"
]
}
}
}