forked from maxazan/jquery-treegrid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
treegrid.jquery.json
37 lines (37 loc) · 882 Bytes
/
treegrid.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
{
"name": "treegrid",
"description": "jquery plugin for showing a HTML table as tree",
"keywords": [
"treegrid",
"tree",
"grid",
"explorer",
"file",
"table",
"tree",
"ui"
],
"version": "0.3.0",
"title": "TreeGrid plugin for jQuery",
"author": {
"name": "Pomazan Max"
},
"maintainers": [
{
"name": "Pomazan Max"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/maxazan/jquery-treegrid/issues",
"homepage": "http://maxazan.github.io/jquery-treegrid/",
"docs": "http://maxazan.github.io/jquery-treegrid/",
"demo": "http://maxazan.github.io/jquery-treegrid/",
"dependencies": {
"jquery": ">=1.10.0"
}
}