-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
36 lines (36 loc) · 1.16 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
33
34
35
36
{
"name": "datatables.net/datatables.net-staterestore-se",
"description": "The StateRestore extension for DataTables builds on the `stateSave` option within DataTable's core. This allows users to save multiple different states and reload them at any time, not just at initialisation. This is StateRestore for DataTables with styling for [SemanticUI](https://semantic-ui.com/)",
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/Dist-DataTables-StateRestore-SemanticUI"
},
"homepage": "http://www.datatables.net/",
"authors": [
{
"name": "SpryMedia",
"homepage": "https://datatables.net"
}
],
"license": [
"MIT"
],
"prefer-stable": true,
"minimum-stability": "dev",
"keywords": [
"StateRestore",
"stateSave",
"state",
"reload",
"Semantic",
"SemanticUI",
"Semantic UI",
"Datatables",
"jQuery",
"table"
],
"require": {
"datatables.net/datatables.net-staterestore": ">=1.1.1",
"datatables.net/datatables.net-se": ">=1.12.1"
}
}