forked from volosoft/jtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jTable.jquery.json
41 lines (41 loc) · 1.1 KB
/
jTable.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
39
40
41
{
"name": "jTable",
"title": "jTable",
"description": "A JQuery plugin to create AJAX based CRUD tables (grids). It supports paging, sorting, selecting, master/child tables, show/hide/resize columns, localization, themes and more.",
"keywords": [
"ajax",
"table",
"grid",
"crud",
"jtable",
"paging",
"sorting"
],
"version": "2.4.0",
"author": {
"name": "Halil ibrahim Kalkan",
"email": "halil@jtable.org",
"url": "http://www.halilibrahimkalkan.com"
},
"maintainers": [
{
"name": "Halil ibrahim Kalkan",
"email": "halil@jtable.org",
"url": "http://www.halilibrahimkalkan.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"bugs": "https://github.com/hikalkan/jtable/issues",
"homepage": "http://www.jtable.org",
"docs": "http://jtable.org/Home/Documents",
"download": "http://jtable.org/Home/Downloads",
"dependencies": {
"jquery": ">=1.9.1",
"jqueryui": ">=1.9.2"
}
}