Skip to content

Commit

Permalink
Update jquery informations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Dec 6, 2017
1 parent d58055b commit c5aa015
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions jdatatable.jquery.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
{
"name": "jdatatable",
"version": "2.0.0",
"title": "Datatable - A jQuery plugin for smart Data Tables",
"title": "Datatable - A javascript plugin for smart Data Tables",
"author": {
"name": "Mikaël Capelle (Holt59)",
"email": "[email protected]",
"url": "http://mikael-capelle.fr"
"email": "[email protected]"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
],
"description": "Datatable is a smart plugin for jQuery allowing you to easily create dynamic 'datatables' (with pagination, filtering and sorting) for better management of big quantity of data.",
"description": "Datatable is a smart javascript plugin allowing you to easily create dynamic 'datatables' (with pagination, filtering and sorting) for better management of big quantity of data.",
"keywords": [
"datatable",
"pagination",
"ajax",
"data",
"jquery",
"filtering",
"sorting"
"ajax",
"data",
"jquery",
"filtering",
"sorting"
],
"homepage": "http://holt59.github.io/datatable/",
"docs": "http://holt59.github.io/datatable/",
"demo": "http://holt59.github.io/datatable/",
"maintainers": [
{
"name": "Mikaël Capelle (Holt59)",
"email": "[email protected]",
"url": "http://mikael-capelle.fr"
"email": "[email protected]"
}
],
"dependencies": {
Expand Down

0 comments on commit c5aa015

Please sign in to comment.