forked from mar10/fancytree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfancytree.jquery.json
38 lines (38 loc) · 986 Bytes
/
fancytree.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": "fancytree",
"version": "2.8.2-0",
"title": "Fancytree",
"description": "Fancytree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.",
"homepage": "https://github.com/mar10/fancytree",
"author": {
"name": "Martin Wendt",
"email": "[email protected]",
"url": "http://careers.stackoverflow.com/martin-wendt"
},
"repository": {
"type": "git",
"url": "https://github.com/mar10/fancytree"
},
"demo": "http://wwwendt.de/tech/fancytree/demo/",
"docs": "https://github.com/mar10/fancytree/wiki",
"bugs": "https://github.com/mar10/fancytree/issues",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.7",
"jquery-ui": ">=1.8.6"
},
"keywords": [
"ajax",
"jquery-plugin",
"lazy",
"table",
"tabletree",
"tree",
"treegrid"
]
}