simplex/locator_config.moon

32 lines
478 B
Plaintext
Raw Normal View History

2018-04-23 12:00:42 +00:00
{
{
path: "applications.users"
remote: {
name: "users"
fetch: "https://github.com/lazuscripts/users"
}
}
{
path: "applications"
}
2018-04-25 00:31:19 +00:00
-- { -- not actually useful
-- path: "helpers"
-- }
2018-04-23 12:00:42 +00:00
{
path: "utility"
remote: {
name: "utility"
fetch: "https://github.com/lazuscripts/utility"
}
}
{
path: "locator"
remote: {
name: "locator"
fetch: "https://github.com/lazuscripts/locator"
}
}
}