-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:DataTables/Dist-DataTables-DataTa…
…bles
- Loading branch information
Showing
4 changed files
with
147 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
|
||
{ | ||
"name": "datatables.net/datatables.net-dt", | ||
"version": "1.10.21", | ||
"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. This is the DataTables integration extension for DataTables.", | ||
"homepage": "http://www.datatables.net/", | ||
"authors": [{ | ||
"name": "SpryMedia", | ||
"homepage": "https://datatables.net" | ||
}], | ||
"license": [ | ||
"MIT" | ||
], | ||
"prefer-stable": true, | ||
"minimum-stability": "dev", | ||
"support": { | ||
"forum": "https://datatables.net/forums", | ||
"source": "https://github.com/DataTables/Dist-DataTables-DataTables" | ||
}, | ||
"keywords": ["DataTables", "jQuery", "table", "DataTables"], | ||
"require": { | ||
"components/jquery":">=3.5.1", | ||
"datatables.net/datatables.net":">=1.10.15" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>datatables.net-dt</id> | ||
<version>1.10.21</version> | ||
<description>DataTables integration for DataTables</description> | ||
<authors>SpryMedia Ltd</authors> | ||
<projectUrl>http://datatables.net</projectUrl> | ||
<license type="expression">MIT</license> | ||
<tags> DataTables jQuery table DataTables</tags> | ||
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-DataTables.git"/> | ||
<dependencies> | ||
<dependency id="jquery" version="1.7.0"/> | ||
<dependency id="datatables.net" version="1.10.15"/> | ||
<dependency id="datatables" version="1.10.15"/> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="js/datatables.datatables.js"/> | ||
<file src="js/datatables.datatables.min.js"/> | ||
<file src="css/datatables.datatables.css"/> | ||
<file src="css/datatables.datatables.min.css"/> | ||
</files> | ||
</package> |