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