Subversion-Projekte lars-tiefland.faltradxxs.de

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
2 lars 1
{
2
	"name": "datatables",
3
	"version": "1.10.5",
4
	"title": "DataTables",
5
	"main": "media/js/jquery.dataTables",
6
	"files": [
7
		"media/js/jquery.dataTables.js",
8
		"media/js/jquery.dataTables.min.js",
9
		"media/css/jquery.dataTables.css",
10
		"media/css/jquery.dataTables.min.css",
11
		"media/images"
12
	],
13
	"license": "MIT",
14
	"dependencies": {
15
		"jquery": ">=1.7"
16
	},
17
	"author": {
18
		"name": "Allan Jardine",
19
		"url": "http://sprymedia.co.uk"
20
	},
21
	"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.",
22
	"keywords": [
23
		"DataTables",
24
		"DataTable",
25
		"table",
26
		"grid",
27
		"filter",
28
		"sort",
29
		"page",
30
		"internationalisable"
31
	],
32
	"repository": {
33
		"type": "git",
34
		"url": "https://github.com/DataTables/DataTables.git"
35
	},
36
	"homepage": "http://datatables.net"
37
}