forked from istvan-ujjmeszaros/bootstrap-duallistbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 650 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 650 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
{
"name": "bootstrap-duallistbox",
"version": "3.0.2",
"homepage": "http://www.virtuosoft.eu/code/bootstrap-duallistbox/",
"authors": [
{
"name": "István Ujj-Mészáros",
"url": "https://github.com/istvan-ujjmeszaros"
}
],
"description": "A responsive dual listbox widget optimized for Twitter Bootstrap. It works on all modern browsers and on touch devices.",
"main": "src/jquery.bootstrap-duallistbox.js",
"dependencies": {
"jquery": "~2.0.3",
"bootstrap": ">=2.3.2"
},
"keywords": [
"jquery",
"plugin",
"boilerplate",
"jquery-plugin",
"jquery-boilerplate"
],
"license": "Apache License v2.0"
}