-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
511ce2b
commit 4978a43
Showing
21 changed files
with
7,257 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"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.4.2", | ||
"main": [ | ||
"chosen.jquery.min.js", | ||
"chosen.css", | ||
"chosen-sprite@2x.png", | ||
"chosen-sprite.png" | ||
], | ||
"license": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md" | ||
} | ||
], | ||
"ignore": [], | ||
"keywords": [ | ||
"select", | ||
"multiselect", | ||
"dropdown", | ||
"form", | ||
"input", | ||
"ui" | ||
], | ||
"authors": [ | ||
{ | ||
"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" | ||
} | ||
], | ||
"homepage": "http://harvesthq.github.io/chosen/", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/harvesthq/chosen" | ||
}, | ||
"dependencies": { | ||
"jquery": ">=1.4.4" | ||
}, | ||
"devDependencies": [] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.