Skip to content

Commit 4978a43

Browse files
Improved search for ACS variables
1 parent 511ce2b commit 4978a43

21 files changed

+7257
-5
lines changed

chosen_v1.4.2/bower.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"name": "chosen",
3+
"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.",
4+
"version": "1.4.2",
5+
"main": [
6+
"chosen.jquery.min.js",
7+
"chosen.css",
8+
"chosen-sprite@2x.png",
9+
"chosen-sprite.png"
10+
],
11+
"license": [
12+
{
13+
"type": "MIT",
14+
"url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md"
15+
}
16+
],
17+
"ignore": [],
18+
"keywords": [
19+
"select",
20+
"multiselect",
21+
"dropdown",
22+
"form",
23+
"input",
24+
"ui"
25+
],
26+
"authors": [
27+
{
28+
"name": "Patrick Filler",
29+
"url": "https://github.com/pfiller"
30+
},
31+
{
32+
"name": "Christophe Coevoet",
33+
"url": "https://github.com/stof"
34+
},
35+
{
36+
"name": "Ken Earley",
37+
"url": "https://github.com/kenearley"
38+
},
39+
{
40+
"name": "Koen Punt",
41+
"url": "https://github.com/koenpunt"
42+
}
43+
],
44+
"homepage": "http://harvesthq.github.io/chosen/",
45+
"repository": {
46+
"type": "git",
47+
"url": "https://github.com/harvesthq/chosen"
48+
},
49+
"dependencies": {
50+
"jquery": ">=1.4.4"
51+
},
52+
"devDependencies": []
53+
}

chosen_v1.4.2/chosen-sprite.png

538 Bytes
Loading

chosen_v1.4.2/chosen-sprite@2x.png

738 Bytes
Loading

0 commit comments

Comments
 (0)