diff --git a/.datatables-commit-sync b/.datatables-commit-sync index b6eb8c65..0c20e41d 100644 --- a/.datatables-commit-sync +++ b/.datatables-commit-sync @@ -1 +1 @@ -d6f262ef38d8ede28109a7da62687da03bfbf15a +81fd129ec8639d8898da77b20c3bc711a9376e5d diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..ee03394c --- /dev/null +++ b/bower.json @@ -0,0 +1,11 @@ +{ + "name": "DataTables", + "version": "1.10.0-dev", + "main": [ + "media/js/jquery.dataTables.js", + "media/css/jquery.dataTables.css" + ], + "dependencies": { + "jquery": "~1.7.0" + } +} diff --git a/component.json b/component.json deleted file mode 100644 index 73f87733..00000000 --- a/component.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "name": "DataTables", - "version": "1.10.0-dev", - "main": [ - "./media/js/jquery.dataTables.js", - "./media/css/jquery.dataTables.css" - ], - "dependencies": { - "jquery": "~1.8.0" - } -} diff --git a/composer.json b/composer.json index 79bd27a5..74190a9f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,16 @@ { - "name": "DataTables/DataTables", + "name": "DataTables/DataTables", + "version": "1.10.0-dev", "description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.", "homepage": "http://www.datatables.net/", "author": "SpryMedia", - "license": "GPL v2 or BSD" -} \ No newline at end of file + "license": [ + "BSD-3-Clause", + "GPL-2.0" + ], + "prefer-stable": true, + "support": { + "forum": "https://datatables.net/forums", + "source": "https://github.com/DataTables/DataTablesSrc/" + } +} diff --git a/dataTables.jquery.json b/dataTables.jquery.json new file mode 100644 index 00000000..c5ca7fc5 --- /dev/null +++ b/dataTables.jquery.json @@ -0,0 +1,36 @@ +{ + "name": "DataTables", + "version": "1.10.0-dev", + "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.", + "homepage": "http://datatables.net/", + "docs": "http://datatables.net/", + "demo": "http://datatables.net/examples", + "download": "http://datatables.net/download", + "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.7" + }, + "keywords": [ + "DataTables", + "DataTable", + "table", + "grid", + "filter", + "sort", + "page", + "internationalisable" + ] +} diff --git a/package.json b/package.json index 5ea6b61a..4eacbd00 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ } ], "dependencies": { - "jquery": "1.4 - 1.8" + "jquery": ">=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": [