forked from snapappointments/bootstrap-select
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbootstrap-select.jquery.json
29 lines (29 loc) · 937 Bytes
/
bootstrap-select.jquery.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
{
"name": "bootstrap-select",
"title": "Bootstrap Select",
"description": "A custom select / multiselect for Bootstrap using button dropdown, designed to behave like regular Bootstrap selects",
"keywords": [
"form",
"bootstrap",
"select",
"replacement"
],
"version": "1.5.4",
"author": {
"name": "Silvio Moreto",
"url": "https://github.com/silviomoreto/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/silviomoreto/bootstrap-select#copyright-and-license"
}
],
"bugs": "https://github.com/silviomoreto/bootstrap-select/issues",
"homepage": "https://github.com/silviomoreto/bootstrap-select",
"docs": "https://github.com/silviomoreto/bootstrap-select",
"download": "https://github.com/silviomoreto/bootstrap-select/releases",
"dependencies": {
"jquery": ">=1.7"
}
}