forked from krazedkrish/select-multiple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselect-multiple.jquery.json
More file actions
executable file
·37 lines (37 loc) · 994 Bytes
/
select-multiple.jquery.json
File metadata and controls
executable file
·37 lines (37 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "select-multiple",
"title": "select-multiple",
"description": "This is an awesome user-friendlier drop-in replacement for the standard <select> with multiple attribute activated.",
"keywords": [
"select-multiple",
"select",
"multiple",
"form"
],
"version": "0.2.0",
"author": {
"name": "krazedkrish",
"email" : "krazedkrish@gmail.com",
"url": "https://github.com/krazedkrish"
},
"maintainers": [
{
"name": "Shalil Awaley",
"email": "krazedkrish@gmail.com",
"url": "https://github.com/krazedkrish"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://en.wikipedia.org/wiki/MIT_License"
}
],
"bugs": "https://github.com/krazedkrish/select-multiple/issues",
"homepage": "http://select-multiple.github.io/",
"docs": "http://select-multiple.github.io/",
"download": "https://github.com/krazedkrish/select-multiple/archive/master.zip",
"dependencies": {
"jquery": ">= 1.8"
}
}