-
-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathflexselect.jquery.json
More file actions
32 lines (32 loc) · 875 Bytes
/
flexselect.jquery.json
File metadata and controls
32 lines (32 loc) · 875 Bytes
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
{
"name": "flexselect",
"version": "0.9.0",
"title": "jQuery Flexselect",
"author": {
"name": "Ryan McGeary",
"email": "ryan@mcgeary.org",
"url": "http://ryan.mcgeary.org/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.4.0"
},
"description": "jQuery plugin that turns select boxes into flex-matching incremental-finding controls.",
"keywords": [
"select",
"dropdown",
"flex-matching",
"autocomplete"
],
"homepage": "http://rmm5t.github.io/jquery-flexselect/",
"docs": "https://github.com/rmm5t/jquery-flexselect",
"demo": "http://rmm5t.github.io/jquery-flexselect/",
"download": "http://rmm5t.github.io/jquery-flexselect/",
"bugs": "https://github.com/rmm5t/jquery-flexselect/issues",
"maintainers": []
}