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.62 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 tree can be lazy loaded node by node through AJAX or the entire tree can be loaded in one go, including directly from a JavaScript variable. A simple PHP implementation for a file system tree is provided as an example, but any server-side language can be used. The tree can be manipulated using the aciTree API. The tree items can be added, loaded, updated, removed, their order can be changed ... and much more.",
"keywords": [
"treeview",
"tree",
"ui",
"ajax"
],
"version": "4.5.0-rc.10",
"author": {
"name": "Dragos Ursu",
"email":"[email protected]",
"url": "https://github.com/dragosu"
},
"maintainers": [{
"name": "Dragos Ursu",
"email":"[email protected]",
"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/en/aciTree-tree-view-with-jQuery",
"demo": "http://acoderinsights.ro/source/aciTree/aciTree.html",
"download": "http://acoderinsights.ro/source/zip/aciTree.zip",
"docs": "http://acoderinsights.ro/source/aciTree/documentation.html",
"bugs": "https://github.com/dragosu/jquery-aciTree/issues",
"dependencies": {
"jquery": ">=1.9.0",
"aciPlugin": ">=1.5.1"
}
}