Skip to content

Instantly share code, notes, and snippets.

@glennblock
Created July 29, 2012 01:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glennblock/3195634 to your computer and use it in GitHub Desktop.
Save glennblock/3195634 to your computer and use it in GitHub Desktop.
{
"name": "A",
"version": "0.1.0",
"dependencies": {
"B": {
"version": "0.0.1",
"dependencies": {
"C": {
"version": "0.1.0"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment