-
Notifications
You must be signed in to change notification settings - Fork 2k
/
bower.json
40 lines (40 loc) · 900 Bytes
/
bower.json
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
38
39
40
{
"name": "bootstrap-multiselect",
"description": "Twitter Bootstrap plugin to make selects user friendly.",
"homepage": "http://davidstutz.github.io/bootstrap-multiselect/",
"version": "1.1.1",
"authors": [
"David Stutz"
],
"license": "Apache License, Version 2.0 OR BSD 3-Clause License",
"keywords": [
"js",
"css",
"less",
"bootstrap",
"jquery",
"multiselect"
],
"main": [
"./dist/js/bootstrap-multiselect.js",
"./dist/js/bootstrap-multiselect.min.js",
"./dist/css/bootstrap-multiselect.css",
"./dist/css/bootstrap-multiselect.min.css",
"./dist/less/bootstrap-multiselect.less",
"LICENSE.md",
"READMEREADME.md"
],
"dependencies": {
"jquery": ">= 2.2.4",
"bootstrap": "~4.5.x"
},
"ignore": [
"docs/.*",
"tests/.*",
"*.html",
"*.git*",
"*.md",
"*.png",
"*.php"
]
}