forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 846 Bytes
/
composer.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
{
"name": "snapappointments/bootstrap-select",
"description": "The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.",
"keywords": [
"javascript",
"jquery",
"form",
"bootstrap",
"dropdown",
"select",
"replacement"
],
"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"
}
],
"license": "MIT",
"suggest": {
"components/jquery": "1.9.1 - 3",
"twbs/bootstrap": ">=3.0.0"
}
}