Updating js plugins
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"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": "3.2.2",
|
||||
"_release": "3.2.2",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "3.2.2",
|
||||
"commit": "6daa67243fec9e07cd85dffdce9380bc7c6e323b"
|
||||
},
|
||||
"_source": "https://github.com/DataTables/Dist-DataTables-DataTables.git",
|
||||
"_target": "^3.2.2",
|
||||
"_originalSource": "datatables.net-dt",
|
||||
"_direct": true
|
||||
}
|
||||
Reference in New Issue
Block a user