1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-28 10:24:10 +01:00
DataTables/package.json

53 lines
1.2 KiB
JSON
Raw Normal View History

2011-12-09 14:28:10 +01:00
{
2014-11-13 15:11:00 +01:00
"name": "datatables",
"version": "1.10.20",
"title": "DataTables",
2018-06-14 16:13:52 +02:00
"main": "media/js/jquery.dataTables",
2014-11-13 15:11:00 +01:00
"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"
],
2014-11-13 15:11:00 +01:00
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
},
2014-11-13 15:11:00 +01:00
"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": {
2015-02-16 17:01:14 +01:00
"css": "^0.1.5",
"jquery": "*"
},
"registry": "jspm",
"shim": {
"media/js/jquery.dataTables": {
"deps": ["jquery", "../css/jquery.dataTables.css!"],
"exports": "$"
}
}
}
}