UNPKG

kingraph

Version:

Plots family trees using JavaScript and Graphviz

40 lines (39 loc) 985 B
{ "name": "kingraph", "description": "Plots family trees using JavaScript and Graphviz", "version": "0.3.2", "author": "Rico Sta. Cruz <rico@ricostacruz.com> (http://ricostacruz.com);", "bin": { "kingraph": "bin/kingraph" }, "dependencies": { "js-yaml": "3.13.1", "meow": "^4.0.0", "object-assign": "4.1.1", "read-input": "0.3.1", "strip-indent": "3.0.0", "svg2png": "4.1.1", "uuid": "^9.0.0", "viz.js": "1.8.1" }, "browser": { "lib/to_png.js": "lib/to_png.browser.js" }, "devDependencies": { "istanbul": "^0.4.5", "prettier": "^2.4.1", "tape": "4.13.0" }, "keywords": [ "ancestry", "family", "family tree", "genealogy", "pedigree" ], "license": "MIT", "main": "index.js", "scripts": { "test": "tape lib/**/*.test.js" } }