forked from glejeune/node-graphviz
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 723 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 723 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
{
"name" : "graphviz",
"version" : "0.0.8",
"author": "Gregoire Lejeune <gregoire.lejeune@free.fr> (http://algorithmique.net/)",
"description" : "Node.js interface to the GraphViz graphing tool",
"homepage" : "http://algorithmique.net/",
"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": {}
}