mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
37 lines
886 B
JSON
37 lines
886 B
JSON
|
{
|
||
|
"name": "DataTables",
|
||
|
"version": "1.10.0-dev",
|
||
|
"description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.",
|
||
|
"homepage": "http://datatables.net/",
|
||
|
"docs": "http://datatables.net/",
|
||
|
"demo": "http://datatables.net/examples",
|
||
|
"download": "http://datatables.net/download",
|
||
|
"author": {
|
||
|
"name": "Allan Jardine",
|
||
|
"url": "http://sprymedia.co.uk"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "BSD",
|
||
|
"url": "http://datatables.net/license_bsd"
|
||
|
},
|
||
|
{
|
||
|
"type": "GPLv2",
|
||
|
"url": "http://datatables.net/license_gpl2"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.7"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"DataTables",
|
||
|
"DataTable",
|
||
|
"table",
|
||
|
"grid",
|
||
|
"filter",
|
||
|
"sort",
|
||
|
"page",
|
||
|
"internationalisable"
|
||
|
]
|
||
|
}
|