-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
30 lines (30 loc) · 918 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
{
"name": "avalynx/avalynx-select",
"description": "AvalynxSelect is a lightweight, customizable select dropdown component for web applications. It is designed to be used with Bootstrap version 5.3 or higher and does not require any framework dependencies.",
"keywords": [
"avalynx",
"select",
"dropdown",
"bootstrap",
"bootstrap5",
"livesearch",
"component"
],
"homepage": "https://github.com/avalynx/avalynx-select",
"license": "MIT",
"authors": [
{
"name": "Juergen Schwind an the AvalynxSelect authors",
"homepage": "https://github.com/avalynx/avalynx-select/graphs/contributors"
}
],
"require": {
"twbs/bootstrap": "^5.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/avalynx/avalynx-select.git"
}
]
}