Files
cdnjs/ajax/libs/datatables-tabletools/package.json
T

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"
]
}