mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 08:46:19 +10:00
update DataTables to 1.9.4. Updated files found on the DataTables site at http://www.datatables.net/download/. npm test passes Update to use zip version of minified library The website direct link to minified library using a different minifier than library in zip file
36 lines
997 B
JSON
Executable File
36 lines
997 B
JSON
Executable File
{
|
|
"name": "datatables",
|
|
"version": "1.9.4",
|
|
"filename": "jquery.dataTables.min.js",
|
|
"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",
|
|
"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"
|
|
},
|
|
"keywords": [
|
|
"DataTables",
|
|
"DataTable",
|
|
"table",
|
|
"grid",
|
|
"filter",
|
|
"sort",
|
|
"page",
|
|
"internationalisable"
|
|
]
|
|
} |