Add version files and new GIF images for UI components
This commit is contained in:
37
modules/lib/multi-select/jquery.multi-select.jquery.json
Normal file
37
modules/lib/multi-select/jquery.multi-select.jquery.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "multi-select",
|
||||
"title": " multiselect",
|
||||
"description": "This is a tiny jQuery plugin which aims to be a drop-in replacement for the standard <select> with multiple attribute activated.",
|
||||
"keywords": [
|
||||
"multiselect",
|
||||
"select",
|
||||
"multiple",
|
||||
"form"
|
||||
],
|
||||
"version": "0.9.5",
|
||||
"author": {
|
||||
"name": "lou",
|
||||
"email" : "louiscuny@gmail.com",
|
||||
"url": "https://github.com/lou"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "Louis CUNY",
|
||||
"email": "louiscuny@gmail.com",
|
||||
"url": "https://github.com/lou"
|
||||
}
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "wtfpl",
|
||||
"url": "http://sam.zoy.org/wtfpl/COPYING"
|
||||
}
|
||||
],
|
||||
"bugs": "https://github.com/lou/multi-select/issues",
|
||||
"homepage": "http://loudev.com/",
|
||||
"docs": "http://loudev.com/",
|
||||
"download": "https://github.com/lou/multi-select/archive/master.zip",
|
||||
"dependencies": {
|
||||
"jquery": ">= 1.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user