Added DataTables 1.9.0, minus examples and documentation.
[openemr.git] / library / js / datatables / package.json
blob27b58b8abf5a6d838e85afb00f0937e06a7450a4
2     "name": "DataTables",
3     "version": "1.9.0",
4     "title": "DataTables",
5     "author": {
6         "name": "Allan Jardine",
7         "url": "http://sprymedia.co.uk"
8     },
9     "licenses": [
10         {
11             "type": "BSD",
12             "url": "http://datatables.net/license_bsd"
13         },
14         {
15             "type": "GPLv2",
16             "url": "http://datatables.net/license_gpl2"
17         }
18     ],
19     "dependencies": {
20         "jquery": "1.3 - 1.7"
21     },
22     "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.",
23     "keywords": [
24         "DataTables",
25         "DataTable",
26         "table",
27         "grid",
28         "filter",
29         "sort",
30         "page",
31         "internationalisable"
32     ],
33     "homepage": "http://datatables.net"