-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
32 lines (32 loc) · 1.13 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
32
{
"name": "datatables.net/datatables.net-select-zf",
"description": "Select provides table item selection capabilities - rows, columns and cells can be selected individually or collectively. Complex selection operations such as operating system style selection (ctrl/cmd and shift click) for multiple rows can be enabled with a single option for a DataTable. This is Select for DataTables with styling for [Foundation](https://get.foundation/)",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-Select-Foundation"
},
"homepage": "http://www.datatables.net/",
"authors": [
{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}
],
"license": [
"MIT"
],
"prefer-stable": true,
"minimum-stability": "dev",
"keywords": [
"select",
"selection",
"Foundation",
"Datatables",
"jQuery",
"table"
],
"require": {
"datatables.net/datatables.net-select": ">=1.4.0",
"datatables.net/datatables.net-zf": ">=1.12.1"
}
}