comparison DataTables-1.9.4/package.json @ 0:ac5f9272033b draft

first upload
author saskia-hiltemann
date Tue, 01 Jul 2014 11:42:23 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:ac5f9272033b
1 {
2 "name": "DataTables",
3 "version": "1.9.4",
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.4 - 1.8"
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"
34 }