Add version files and new GIF images for UI components
This commit is contained in:
13
modules/lib/multi-select/LICENSE.txt
Normal file
13
modules/lib/multi-select/LICENSE.txt
Normal file
@ -0,0 +1,13 @@
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
Version 2, December 2004
|
||||
|
||||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
||||
|
||||
Everyone is permitted to copy and distribute verbatim or modified
|
||||
copies of this license document, and changing it is allowed as long
|
||||
as the name is changed.
|
||||
|
||||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. You just DO WHAT THE FUCK YOU WANT TO.
|
||||
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