forked from harvesthq/chosen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chosen.jquery.json
49 lines (49 loc) · 1.16 KB
/
chosen.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
41
42
43
44
45
46
47
48
49
{
"name": "chosen",
"description": "Chosen is a JavaScript plugin that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.",
"version": "1.1.0",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md"
}
],
"title": "Chosen",
"keywords": [
"select",
"multiselect",
"dropdown",
"form",
"input",
"ui"
],
"author": {
"url": "http://getharvest.com",
"name": "harvest"
},
"maintainers": [
{
"name": "Patrick Filler",
"url": "https://github.com/pfiller"
},
{
"name": "Christophe Coevoet",
"url": "https://github.com/stof"
},
{
"name": "Ken Earley",
"url": "https://github.com/kenearley"
},
{
"name": "Koen Punt",
"url": "https://github.com/koenpunt"
}
],
"download": "https://github.com/harvesthq/chosen/releases",
"homepage": "http://harvesthq.github.io/chosen/",
"docs": "http://harvesthq.github.io/chosen/",
"bugs": "https://github.com/harvesthq/chosen/issues",
"dependencies": {
"jquery": ">=1.4.4"
}
}