mason/test/mason.json

13 lines
241 B
JSON
Raw Normal View History

2023-08-30 20:54:59 +00:00
{
"name" : "test",
2023-08-31 20:06:02 +00:00
"version" : "0.0.1",
"dependencies" : [
"somePath",
"https://git.macaw.me/blue/mason.git",
{
"name" : "aProject",
"path" : "https://nowhere.to"
}
]
2023-08-30 20:54:59 +00:00
}