Files
2014-08-16 01:10:44 +08:00

39 lines
1.0 KiB
JSON

{
"name": "datatables",
"version": "1.10.1",
"filename": "js/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": "MIT",
"url": "http://datatables.net/license/mit"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"repositories": [
{
"type": "git",
"url": "https://github.com/DataTables/DataTables.git"
}
],
"keywords": [
"DataTables",
"DataTable",
"table",
"grid",
"filter",
"sort",
"page",
"internationalisable"
]
}