SVG-based sidebar widget displaying immediate family relationships (parents, siblings, spouses, children) with compact card layout, multi-spouse routing, wrapped rows, and ancestor/descendant indicators.
32 lines
747 B
JSON
32 lines
747 B
JSON
{
|
|
"name": "alex/webtrees-family-navigator-graph",
|
|
"description": "A sidebar module for webtrees showing an interactive SVG graph of the individual's immediate family.",
|
|
"license": "GPL-3.0-or-later",
|
|
"type": "webtrees-module",
|
|
"keywords": [
|
|
"webtrees",
|
|
"module",
|
|
"sidebar",
|
|
"family-tree",
|
|
"graph"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Alex",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"ext-json": "*",
|
|
"fisharebest/webtrees": "~2.2.0 || dev-main"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FamilyNavGraph\\": "src/"
|
|
}
|
|
}
|
|
}
|