Last active
December 10, 2015 10:52
-
-
Save kba/32297df77ed34068e50f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digraph g{ | |
rankdir=LR; | |
"infolis-web" -> "express-jsonld" ; | |
"infolis-web" -> "mongoose-jsonld" ; | |
"infolis-web" -> "tson" ; | |
"infolis-web" -> "vim2html" ; | |
"infolis-web" -> "infolis-logging" ; | |
"express-jsonld" -> "infolis-logging" ; | |
"express-jsonld" -> "jsonld-rapper" ; | |
"mongoose-jsonld" -> "jsonld-rapper"; | |
"mongoose-jsonld" -> "express-jsonld"; | |
"mongoose-jsonld" -> "tson" ; | |
"mongoose-jsonld" -> "jsonld-common-contexts" ; | |
"mongoose-jsonld" -> "infolis-logging" ; | |
"jsonld-rapper" -> "jsonld-common-contexts" ; | |
"jsonld-rapper" -> "infolis-logging" ; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment