-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimple-JSON-Grid.jquery.json
More file actions
36 lines (36 loc) · 1.1 KB
/
Copy pathSimple-JSON-Grid.jquery.json
File metadata and controls
36 lines (36 loc) · 1.1 KB
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
{
"name": "Simple-JSON-Grid",
"title": "Simple JSON HTML Table Grid",
"description": "jQuery plugin to create a HTML Table grid from a simple JSON. This plugin has lot of features like Search-Box, Themes, Check-Box, Multi Select, Pagination.",
"keywords": [
"Grid",
"Table",
"Table-Checkbox",
"Search",
"HTMLTable",
"Multi-Select"
],
"version": "0.1.6",
"author": {
"name": "Rajesh Kumar Nallabanda"
},
"maintainers": [
{
"name": "Rajesh Kumar Nallabanda",
"email": "rajeshkumar.nallabanda@gmail.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/rajesnal/Simple-JSON-Grid/blob/master/LICENSE"
}
],
"bugs": "https://github.com/rajesnal/Simple-JSON-Grid/issues",
"homepage": "https://github.com/rajesnal/Simple-JSON-Grid/",
"docs": "https://github.com/rajesnal/Simple-JSON-Grid/wiki",
"download": "https://github.com/rajesnal/Simple-JSON-Grid/archive/master.zip",
"dependencies": {
"jquery": ">=1.9"
}
}