Skip to content

Instantly share code, notes, and snippets.

@evan4498
Last active December 18, 2015 10:18
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 evan4498/5767061 to your computer and use it in GitHub Desktop.
Save evan4498/5767061 to your computer and use it in GitHub Desktop.
packages.json
[
{
"name": "Windows Training",
"files": [
"file1.txt",
"file2.txt"
]
},
{
"name": "Linux Training",
"files": [
"file3.txt",
"file4.txt"
]
},
{
"name": "Cloud Training",
"files": [
"file1.txt",
"file6.txt",
"file7.txt"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment