-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
33 lines (33 loc) · 949 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": "avalynx/avalynx-datatable",
"description": "AvalynxDataTable is a simple, lightweight, and customizable datatable for the web. Based on Bootstrap >=5.3 without any framework dependencies.",
"keywords": [
"avalynx",
"datatable",
"datatables",
"datatables-ajax",
"datatables-serverside",
"bootstrap",
"bootstrap5",
"component",
"ajax",
"table"
],
"homepage": "https://github.com/avalynx/avalynx-datatable",
"license": "MIT",
"authors": [
{
"name": "Juergen Schwind an the Avalynx-DataTable authors",
"homepage": "https://github.com/avalynx/avalynx-datatable/graphs/contributors"
}
],
"require": {
"twbs/bootstrap": "^5.3"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/avalynx/avalynx-datatable.git"
}
]
}