mirror of
https://github.com/DataTables/DataTables.git
synced 2025-01-18 11:52:11 +01:00
jQuery plug-ins package file
This commit is contained in:
parent
1f02ac87fc
commit
235589f4a2
34
package.json
Normal file
34
package.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "DataTables",
|
||||
"version": "1.8.2",
|
||||
"title": "DataTables",
|
||||
"author": {
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
],
|
||||
"homepage": "http://datatables.net"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user