blob: 1f348b8cda45de5c48cbd5d02ed7fb0a3c92d372 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "jqtree",
"version": "1.3.7",
"title": "jqTree",
"description": "JqTree is a jQuery widget for displaying a tree structure in html. It supports json data, loading via ajax and drag-and-drop",
"keywords": [
"tree"
],
"author": {
"name": "Marco Braak"
},
"homepage": "http://mbraak.github.io/jqTree/",
"download": "https://github.com/mbraak/jqTree/tarball/master",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"jquery": ">=1.5"
}
}
|