Last active
December 18, 2015 10:18
-
-
Save evan4498/5767061 to your computer and use it in GitHub Desktop.
packages.json
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
[ | |
{ | |
"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