Files
cdnjs/ajax/libs/datatables/package.json
T
Michael Payne 2bcf03bc2b update DataTables to 1.9.4
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
2012-10-02 07:39:15 -07:00

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