You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.1 KiB
53 lines
1.1 KiB
2 months ago
|
{
|
||
|
"name": "datatables.net-dt",
|
||
|
"description": "DataTables for jQuery ",
|
||
|
"main": [
|
||
|
"css/jquery.dataTables.css",
|
||
|
"images/sort_asc.png",
|
||
|
"images/sort_asc_disabled.png",
|
||
|
"images/sort_both.png",
|
||
|
"images/sort_desc.png",
|
||
|
"images/sort_desc_disabled.png"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"filter",
|
||
|
"sort",
|
||
|
"DataTables",
|
||
|
"jQuery",
|
||
|
"table",
|
||
|
"DataTables"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.7",
|
||
|
"datatables.net": ">=1.10.9"
|
||
|
},
|
||
|
"moduleType": [
|
||
|
"globals",
|
||
|
"amd",
|
||
|
"node"
|
||
|
],
|
||
|
"ignore": [
|
||
|
"composer.json",
|
||
|
"datatables.json",
|
||
|
"package.json"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "SpryMedia Ltd",
|
||
|
"homepage": "https://datatables.net"
|
||
|
}
|
||
|
],
|
||
|
"homepage": "https://datatables.net",
|
||
|
"license": "MIT",
|
||
|
"version": "1.10.11",
|
||
|
"_release": "1.10.11",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "1.10.11",
|
||
|
"commit": "6026ebc598b038f6945b185db34afdb8761f8cef"
|
||
|
},
|
||
|
"_source": "git://github.com/DataTables/Dist-DataTables-DataTables.git",
|
||
|
"_target": "^1.10.11",
|
||
|
"_originalSource": "datatables.net-dt",
|
||
|
"_direct": true
|
||
|
}
|