mirror of
https://github.com/DataTables/DataTables.git
synced 2024-11-29 11:24:10 +01:00
6b7761100f
- Packagist requires that packages use only lowercase letters in their name (although the composer spec says nothing about this), so in order to make DataTables usable with packagist we need to change the name slightly.
17 lines
552 B
JSON
17 lines
552 B
JSON
{
|
|
"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": [
|
|
"BSD-3-Clause",
|
|
"GPL-2.0"
|
|
],
|
|
"prefer-stable": true,
|
|
"support": {
|
|
"forum": "https://datatables.net/forums",
|
|
"source": "https://github.com/DataTables/DataTablesSrc/"
|
|
}
|
|
}
|