forked from dragosu/jquery-aciTree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaciTree.jquery.json
38 lines (38 loc) · 1.63 KB
/
aciTree.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
{
"name": "aciTree",
"title": "aciTree - A customizable treeview control",
"description": "aciTree renders a treeview control based on a simple data structure. The entire tree can be loaded with AJAX in one go or node by node if needed. A simple PHP implementation for a file system tree is provided as an example, but any server-side language can be used. aciTree only needs the data in JSON format. The tree can be manipulated using the aciTree API. The nodes can be added, loaded, updated, removed, their order can be changed, entire branches can be created/loaded in one go, the nodes can be searched by ID ... and much more.",
"keywords": [
"treeview",
"tree",
"ui",
"ajax"
],
"version": "3.0.0",
"author": {
"name": "Dragos Ursu",
"email":"dragosu@acoderinsights.ro",
"url": "https://github.com/dragosu"
},
"maintainers": [{
"name": "Dragos Ursu",
"email":"dragosu@acoderinsights.ro",
"url": "https://github.com/dragosu"
}],
"licenses": [{
"type": "MIT",
"url": "http://acoderinsights.ro/source/aciTree/mit-licence.txt"
},{
"type": "GPLv2",
"url": "http://acoderinsights.ro/source/aciTree/gpl-v2-licence.txt"
}],
"homepage": "http://acoderinsights.ro",
"demo": "http://acoderinsights.ro/source/aciTree/aciTree.html",
"download": "http://acoderinsights.ro/source/zip/aciTree.zip",
"docs": "http://acoderinsights.ro/en/aciTree-tree-view-with-jQuery",
"bugs": "https://github.com/dragosu/jquery-aciTree/issues",
"dependencies": {
"jquery": ">=1.7.1",
"aciPlugin": ">=1.1.1"
}
}