bower.json
1.2 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "bootstrap-select",
"description": "The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more.",
"main": [
"./less/bootstrap-select.less",
"./dist/css/bootstrap-select.css",
"./dist/js/bootstrap-select.js"
],
"homepage": "https://developer.snapappointments.com/bootstrap-select",
"authors": [
{
"name": "Casey Holzer",
"homepage": "https://github.com/caseyjhol"
},
{
"name": "Silvio Moreto",
"homepage": "https://github.com/silviomoreto"
},
{
"name": "SnapAppointments, LLC",
"homepage": "https://snapappointments.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/snapappointments/bootstrap-select.git"
},
"keywords": [
"javascript",
"jquery",
"form",
"bootstrap",
"dropdown",
"select",
"replacement"
],
"dependencies": {
"jquery": "1.9.1 - 3",
"bootstrap": ">=3.0.0"
},
"license": "MIT",
"ignore": [
".eslintignore",
".gitignore",
"CONTRIBUTING.md",
"Gruntfile.js",
"composer.json",
".github",
"docs",
"js",
"!dist/js",
"nuget",
"tests"
]
}