mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-19 01:36:01 +10:00
39 lines
973 B
JSON
39 lines
973 B
JSON
{
|
|
"name": "datatables-tabletools",
|
|
"version": "2.1.5",
|
|
"filename": "js/TableTools.min.js",
|
|
"description": "TableTools is a plug-in for the DataTables HTML table enhancer, which adds a highly customisable button toolbar to a DataTable.",
|
|
"homepage": "http://datatables.net/extras/tabletools/",
|
|
"maintainers": [
|
|
{
|
|
"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.3 - 1.7",
|
|
"ZeroClipboard": "1.3 - 1.7"
|
|
},
|
|
"keywords": [
|
|
"DataTables",
|
|
"DataTable",
|
|
"table",
|
|
"grid",
|
|
"filter",
|
|
"sort",
|
|
"page",
|
|
"toolbar",
|
|
"internationalisable"
|
|
]
|
|
}
|