-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
33 lines (33 loc) · 985 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": "webcito/bs-select",
"version": "2.1.20",
"description": "A jQuery-based plugin for creating customizable Bootstrap-style select dropdowns with search, multi-select, and more.",
"type": "library",
"license": "MIT",
"keywords": ["jquery", "bootstrap", "select", "dropdown", "plugin", "bs-select"],
"authors": [
{
"name": "Thomas Kirsch",
"email": "t.kirsch@webcito.de",
"homepage": "https://webcito.de",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/ThomasDev-de/bs-select/issues",
"source": "https://github.com/ThomasDev-de/bs-select",
"docs": "https://github.com/ThomasDev-de/bs-select#readme"
},
"require": {
"components/jquery": "^3",
"twbs/bootstrap": "^4 || ^5",
"twbs/bootstrap-icons": "^1.11"
},
"extra": {
"branch-alias": {
"dev-main": "2.1.x-dev"
}
},
"minimum-stability": "stable",
"homepage": "https://github.com/ThomasDev-de/bs-select"
}