forked from istvan-ujjmeszaros/bootstrap-duallistbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
19 lines (19 loc) · 698 Bytes
/
composer.json
File metadata and controls
19 lines (19 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "istvan-ujjmeszaros/bootstrap-duallistbox",
"type": "library",
"keywords": ["bootstrap", "bootstrap select", "select", "bootstrap duallistbox", "duallistbox"],
"description": "A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.",
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
"version": "3.0.2",
"authors": [
{
"name": "István Ujj-Mészáros",
"homepage": "https://github.com/istvan-ujjmeszaros"
}
],
"license": "Apache-2.0",
"suggest": {
"components/jquery": "2.0.*",
"twbs/bootstrap": "3.*"
}
}