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
32 lines (32 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 741 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
26
27
28
29
30
31
32
{
"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": "MIT",
"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",
"which": "^1.3.1"
},
"devDependencies": {}
}