forked from harvesthq/chosen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
chosen.jquery.json
38 lines (38 loc) · 880 Bytes
/
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
{
"name": "chosen",
"title": "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.",
"keywords": [
"select",
"multiselect",
"dropdown"
],
"version": "0.9.14",
"author": {
"name": "harvest",
"url": "http://getharvest.com"
},
"maintainers": [
{
"name": "Patrick Filler"
},
{
"name": "Christophe Coevoet"
},
{
"name": "Ken Earley"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md"
}
],
"homepage": "https://github.com/harvesthq/chosen",
"docs": "https://github.com/harvesthq/chosen",
"bugs": "https://github.com/harvesthq/chosen/issues",
"dependencies": {
"jquery": ">=1.4.4"
}
}