-
Notifications
You must be signed in to change notification settings - Fork 25
/
composer.json
31 lines (31 loc) · 1.02 KB
/
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
{
"name": "datatables.net/datatables.net-bs4",
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-Bootstrap4"
},
"homepage": "http://www.datatables.net/",
"authors": [
{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}
],
"license": [
"MIT"
],
"prefer-stable": true,
"minimum-stability": "dev",
"keywords": [
"Bootstrap",
"Bootstrap4",
"Datatables",
"jQuery",
"table"
],
"require": {
"datatables.net/datatables.net": ">=1.12.1",
"twbs/bootstrap": "4.*"
}
}