mirror of
https://github.com/wassname/angular-timezone-selector.git
synced 2026-07-02 12:46:15 +08:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"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.1",
|
|
"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": []
|
|
}
|