UNPKG

graphviz

Version:

Node.js interface to the GraphViz graphing tool

29 lines (28 loc) 710 B
{ "name": "graphviz", "version": "0.0.9", "author": "Gregoire Lejeune <gregoire.lejeune@free.fr> (http://algorithmique.net/)", "description": "Node.js interface to the GraphViz graphing tool", "homepage": "http://algorithmique.net/", "license": "GPL-3.0", "contributors": [ "Gregoire Lejeune (http://algorithmique.net)", "Mathieu Ravaux (http://mathieuravaux.com)" ], "repository": { "type": "git", "url": "http://github.com/glejeune/node-graphviz.git" }, "keywords": ["graphviz", "dot"], "directories": { "lib": "./lib" }, "main": "lib/graphviz", "engines": { "node": ">=0.6.8" }, "dependencies": { "temp": "~0.4.0" }, "devDependencies": {} }