-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 1.27 KB
/
composer.json
File metadata and controls
36 lines (36 loc) · 1.27 KB
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
34
35
36
{
"name": "datatables.net/datatables.net-buttons-bs",
"description": "The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. This is Buttons for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap"
},
"homepage": "http://www.datatables.net/",
"authors": [
{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}
],
"license": [
"MIT"
],
"prefer-stable": true,
"minimum-stability": "dev",
"keywords": [
"Buttons",
"Column Visibility",
"csv",
"excel",
"pdf",
"print",
"Bootstrap",
"Datatables",
"jQuery",
"table"
],
"require": {
"datatables.net/datatables.net-buttons": ">=2.2.3",
"datatables.net/datatables.net-bs": ">=1.12.1"
}
}