-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
32 lines (32 loc) · 978 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
{
"name": "datatables.net/datatables.net-colreorder-bm",
"description": "ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers. This is ColReorder for DataTables with styling for [Bulma](https://bulma.io/)",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-ColReorder-Bulma"
},
"homepage": "http://www.datatables.net/",
"authors": [
{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}
],
"license": [
"MIT"
],
"prefer-stable": true,
"minimum-stability": "dev",
"keywords": [
"ColReorder",
"Reorder",
"Bulma",
"Datatables",
"jQuery",
"table"
],
"require": {
"datatables.net/datatables.net-colreorder": ">=1.5.6",
"datatables.net/datatables.net-bm": ">=1.12.1"
}
}