-
Notifications
You must be signed in to change notification settings - Fork 41
/
jdatatable.jquery.json
executable file
·37 lines (37 loc) · 1.08 KB
/
jdatatable.jquery.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
37
{
"name": "jdatatable",
"version": "2.0.0",
"title": "Datatable - A javascript plugin for smart Data Tables",
"author": {
"name": "Mikaël Capelle (Holt59)",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"description": "Datatable is a smart javascript plugin allowing you to easily create dynamic 'datatables' (with pagination, filtering and sorting) for better management of big quantity of data.",
"keywords": [
"datatable",
"pagination",
"ajax",
"data",
"jquery",
"filtering",
"sorting"
],
"homepage": "http://holt59.github.io/datatable/",
"docs": "http://holt59.github.io/datatable/",
"demo": "http://holt59.github.io/datatable/",
"maintainers": [
{
"name": "Mikaël Capelle (Holt59)",
"email": "[email protected]"
}
],
"dependencies": {
"jquery": ">=1.9"
}
}