-
Notifications
You must be signed in to change notification settings - Fork 278
/
treetable.jquery.json
39 lines (39 loc) · 974 Bytes
/
treetable.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
{
"name": "treetable",
"title": "jQuery treetable",
"description": "jQuery plugin for displaying a tree structure in a (HTML) table, i.e. a directory structure or a nested list.",
"keywords": [
"explorer",
"file",
"table",
"tree",
"ui"
],
"version": "3.2.0",
"author": {
"name": "Ludo van den Boom",
"url": "http://ludovandenboom.com"
},
"maintainers": [
{
"name": "Ludo van den Boom",
"url": "http://ludovandenboom.com"
}
],
"licenses": [
{
"type": "GPLv2",
"url": "https://github.com/ludo/jquery-treetable/blob/3.2.0/GPL-LICENSE.txt"
},
{
"type": "MIT",
"url": "https://github.com/ludo/jquery-treetable/blob/3.2.0/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/ludo/jquery-treetable/issues",
"homepage": "https://github.com/ludo/jquery-treetable",
"docs": "http://ludo.cubicphuse.nl/jquery-treetable/",
"dependencies": {
"jquery": ">=1.6"
}
}