jquery-datatables
Version:
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.
55 lines (54 loc) • 1.28 kB
JSON
{
"name": "jquery-datatables",
"version": "1.10.18",
"title": "DataTables",
"main": "js/jquery.dataTables",
"files": [
"js/jquery.dataTables.js",
"js/jquery.dataTables.min.js",
"css/jquery.dataTables.css",
"css/jquery.dataTables.min.css",
"images"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
},
"author": {
"name": "Allan Jardine",
"url": "http://sprymedia.co.uk"
},
"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.",
"keywords": [
"DataTables",
"DataTable",
"table",
"grid",
"filter",
"sort",
"page",
"internationalisable",
"jquery-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/DataTables/DataTables.git"
},
"homepage": "http://datatables.net",
"jspm": {
"dependencies": {
"css": "^0.1.5",
"jquery": "*"
},
"registry": "jspm",
"shim": {
"js/jquery.dataTables": {
"deps": [
"jquery",
"../css/jquery.dataTables.css!"
],
"exports": "$"
}
}
}
}