forked from davidstutz/bootstrap-multiselect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 656 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 656 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
{
"name": "bootstrap-multiselect",
"description": "Twitter Bootstrap plugin to make selects user friendly.",
"homepage": "http://davidstutz.de/bootstrap-multiselect/",
"version": "0.9.15",
"keywords": [
"js",
"css",
"less",
"bootstrap",
"jquery",
"multiselect"
],
"main": [
"./dist/js/bootstrap-multiselect.js",
"./dist/css/bootstrap-multiselect.css",
"./dist/less/bootstrap-multiselect.less"
],
"dependencies": {
"jquery": ">= 1.11.0",
"bootstrap": ">= 2.3.2"
},
"ignore": [
"docs/.*",
"tests/.*",
"*.html",
"*.git*",
"*.md",
"*.png",
"*.php"
]
}