Skip to content

Instantly share code, notes, and snippets.

@kba
Last active December 10, 2015 10:52
Show Gist options
  • Save kba/32297df77ed34068e50f to your computer and use it in GitHub Desktop.
Save kba/32297df77ed34068e50f to your computer and use it in GitHub Desktop.
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