jsonviz
Version:
A Node.js module that converts JSON to DOT language and can create GraphViz graphics with viz.js (without installing GraphViz)
29 lines (28 loc) • 727 B
JSON
{
"name": "jsonviz",
"version": "0.2.3",
"description": "A Node.js module that converts JSON to DOT language and can create GraphViz graphics with viz.js (without installing GraphViz)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaroldRitter/jsonviz.git"
},
"keywords": [
"JSON",
"UML",
"Viz",
"Graph"
],
"author": "Harold Ritter <harold.ritter@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HaroldRitter/jsonviz/issues"
},
"dependencies": {
"viz.js": "~1.8.0"
},
"homepage": "https://github.com/HaroldRitter/jsonviz#readme"
}