forked from istvan-ujjmeszaros/bootstrap-duallistbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbootstrap-duallistbox.jquery.json
More file actions
31 lines (31 loc) · 1020 Bytes
/
bootstrap-duallistbox.jquery.json
File metadata and controls
31 lines (31 loc) · 1020 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
{
"name": "bootstrap-duallistbox",
"title": "Bootstrap Duallistbox",
"description": "A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.",
"keywords": [
"bootstrap",
"listbox",
"form",
"input",
"ui"
],
"version": "3.0.6",
"author": {
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
},
"licenses": [
{
"type": "Apache License v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
"demo": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
"docs": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
"download": "https://github.com/istvan-ujjmeszaros/bootstrap-duallistbox/archive/master.zip",
"dependencies": {
"jquery": ">=1.7",
"bootstrap": ">=2.3.2"
}
}