40 lines
1013 B
JSON
40 lines
1013 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|