Updating js plugins
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "datatables.net",
|
||||
"description": "DataTables for jQuery ",
|
||||
"main": [
|
||||
"js/jquery.dataTables.js"
|
||||
],
|
||||
"keywords": [
|
||||
"filter",
|
||||
"sort",
|
||||
"DataTables",
|
||||
"jQuery",
|
||||
"table",
|
||||
"DataTables"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7"
|
||||
},
|
||||
"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.11.4",
|
||||
"_release": "1.11.4",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.11.4",
|
||||
"commit": "d41e1a71500a77dc14432c80fc3185cb1e318d24"
|
||||
},
|
||||
"_source": "https://github.com/DataTables/Dist-DataTables.git",
|
||||
"_target": ">=1.10.9",
|
||||
"_originalSource": "datatables.net"
|
||||
}
|
||||
Reference in New Issue
Block a user