forked from eisenbraun/columns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
columns.jquery.json
38 lines (38 loc) · 1.14 KB
/
columns.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "columns",
"title": "jQuery Columns",
"description": "A jQuery plugin to create a HTML tables from a JSON data source. It supports paging, searching, sorting, and theming. Columns is flexible and extensible with an API and support for plugins and custom templates.",
"keywords": [
"columns",
"table",
"paginate",
"sorting",
"searching",
"filtering",
"JSON"
],
"version": "2.2.2",
"author": {
"name": "Michael Eisenbraun"
},
"maintainers": [
{
"name": "Michael Eisenbraun",
"email": "[email protected]",
"url": "http://eisenbraun.github.io/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/eisenbraun/columns/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/eisenbraun/columns/issues",
"homepage": "http://eisenbraun.github.io/columns/",
"docs": "http://eisenbraun.github.io/columns/",
"download": "https://github.com/eisenbraun/columns/zipball/master",
"dependencies": {
"jquery": ">=1.7"
}
}