1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-26 19:52:11 +01:00
DataTables/package.json

38 lines
950 B
JSON

{
"name": "datatables",
"version": "1.10.5",
"title": "DataTables",
"main": "media/js/jquery.dataTables",
"files": [
"media/js/jquery.dataTables.js",
"media/js/jquery.dataTables.min.js",
"media/css/jquery.dataTables.css",
"media/css/jquery.dataTables.min.css",
"media/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"
],
"repository": {
"type": "git",
"url": "https://github.com/DataTables/DataTables.git"
},
"homepage": "http://datatables.net"
}