1
This commit is contained in:
46
iMES.WebApi/wwwroot/BiManage/JS/chosen/bower.json
Normal file
46
iMES.WebApi/wwwroot/BiManage/JS/chosen/bower.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "chosen",
|
||||
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
|
||||
"keywords": [
|
||||
"select",
|
||||
"multiselect",
|
||||
"dropdown",
|
||||
"form",
|
||||
"input",
|
||||
"ui"
|
||||
],
|
||||
"homepage": "https://harvesthq.github.io/chosen/",
|
||||
"license": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.4.4"
|
||||
},
|
||||
"main": [
|
||||
"chosen.jquery.js",
|
||||
"chosen.css",
|
||||
"chosen-sprite@2x.png",
|
||||
"chosen-sprite.png"
|
||||
],
|
||||
"ignore": [],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/harvesthq/chosen.git"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user