annotate DataTables-1.9.4/package.json @ 8:86219e4aa239 draft

Uploaded
author saskia-hiltemann
date Mon, 28 Aug 2017 10:23:21 -0400
parents ac5f9272033b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
1 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
2 "name": "DataTables",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
3 "version": "1.9.4",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
4 "title": "DataTables",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
5 "author": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
6 "name": "Allan Jardine",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
7 "url": "http://sprymedia.co.uk"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
8 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
9 "licenses": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
10 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
11 "type": "BSD",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
12 "url": "http://datatables.net/license_bsd"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
13 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
14 {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
15 "type": "GPLv2",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
16 "url": "http://datatables.net/license_gpl2"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
17 }
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
18 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
19 "dependencies": {
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
20 "jquery": "1.4 - 1.8"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
21 },
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
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.",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
23 "keywords": [
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
24 "DataTables",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
25 "DataTable",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
26 "table",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
27 "grid",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
28 "filter",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
29 "sort",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
30 "page",
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
31 "internationalisable"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
32 ],
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
33 "homepage": "http://datatables.net"
ac5f9272033b first upload
saskia-hiltemann
parents:
diff changeset
34 }