-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBinaryTree.jquery.json
More file actions
34 lines (34 loc) · 937 Bytes
/
BinaryTree.jquery.json
File metadata and controls
34 lines (34 loc) · 937 Bytes
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
{
"name": "BinaryTree",
"version": "1.1.0",
"title": "Binary Tree",
"author": {
"name": "Frank-Mich L'Heureux",
"url": "http://www.frank-mich.com"
},
"licenses": [
{
"type": "GPLv3",
"url": "http://http://www.gnu.org/licenses/gpl-3.0.html"
}
],
"dependencies": {
"jquery": ">=1.4",
"wz_jsgraphics" : "http://www.walterzorn.de/en/scripts/wz_jsgraphics.js"
},
"description": "Helper to draw binary trees out of divs.",
"keywords": [
"draw",
"binary tree"
],
"homepage": "http://frank-mich.com/jQuery/",
"docs": "http://frank-mich.com/jQuery/",
"demo": "http://frank-mich.com/jQuery/",
"bugs": "https://github.com/FinchPowers/jQueryBinaryTree/issues",
"maintainers": [
{
"name": "Finch_Powers",
"url": "https://github.com/FinchPowers"
}
]
}