-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2988 from landsman/composer
resolved Composer
- Loading branch information
Showing
3 changed files
with
46 additions
and
1 deletion.
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
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
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,36 @@ | ||
{ | ||
"name": "harvesthq/chosen", | ||
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.", | ||
"authors": [ | ||
{ | ||
"name": "Patrick Filler", | ||
"homepage": "https://github.com/pfiller" | ||
}, | ||
{ | ||
"name": "Christophe Coevoet", | ||
"homepage": "https://github.com/stof" | ||
}, | ||
{ | ||
"name": "Ken Earley", | ||
"homepage": "https://github.com/kenearley" | ||
}, | ||
{ | ||
"name": "Koen Punt", | ||
"homepage": "https://github.com/koenpunt" | ||
} | ||
], | ||
"keywords": [ | ||
"select", | ||
"multiselect", | ||
"dropdown", | ||
"form", | ||
"input", | ||
"ui" | ||
], | ||
"type": "library", | ||
"license": "MIT", | ||
"minimum-stability": "stable", | ||
"homepage": "https://harvesthq.github.io/chosen/", | ||
"require": { | ||
} | ||
} |