forked from ivkremer/jquery-simple-combobox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simpleCombobox.jquery.json
39 lines (39 loc) · 1.03 KB
/
simpleCombobox.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
{
"name": "simpleCombobox",
"title": "jQuery Simple Combobox",
"description": "A combobox plugin",
"version": "1.1.26",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ivkremer/jquery-simple-combobox/blob/master/LICENSE"
}
],
"keywords": [
"select",
"multiselect",
"dropdown",
"form",
"input",
"ui",
"combobox",
"autocomplete",
"selectbox"
],
"author": {
"url": "https://github.com/ivkremer",
"name": "Ilya Kremer"
},
"maintainers": [{
"name": "Ilya Kremer",
"url": "https://github.com/ivkremer"
}
],
"download": "https://github.com/ivkremer/jquery-simple-combobox/releases",
"homepage": "https://github.com/ivkremer/jquery-simple-combobox",
"docs": "https://github.com/ivkremer/jquery-simple-combobox",
"bugs": "https://github.com/ivkremer/jquery-simple-combobox/issues",
"dependencies": {
"jquery": ">=1.7"
}
}