-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.01 KB
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "gremlin-graphviz",
"version": "1.0.5",
"description": "Use Graphviz to visualize Gremlin graphs.",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"doc": "docco lib/*.js test/*.js",
"lint": "jshint lib test",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/mhfrantz/gremlin-graphviz.git"
},
"keywords": [
"gremlin",
"graphviz",
"dot",
"neato",
"fdp",
"sfdp",
"png"
],
"author": "Matt Frantz",
"license": "MIT",
"bugs": {
"url": "https://github.com/mhfrantz/gremlin-graphviz/issues"
},
"homepage": "https://github.com/mhfrantz/gremlin-graphviz",
"devDependencies": {
"chai": "^1.10.0",
"docco": "^0.6.3",
"gremlin-v3": ">=0.0.20",
"heredoc": "^1.2.0",
"jshint": "^2.5.10",
"lodash": "^2.4.1",
"mocha": "^2.0.1",
"xmldom": "^0.1.19",
"xpath": "0.0.7"
},
"dependencies": {
"graphviz": "0.0.8",
"lodash": "^2.4.1",
"q": "^1.1.2"
}
}