simplex/locator_config.moon
2018-04-24 17:31:19 -07:00

32 lines
478 B
Plaintext

{
{
path: "applications.users"
remote: {
name: "users"
fetch: "https://github.com/lazuscripts/users"
}
}
{
path: "applications"
}
-- { -- not actually useful
-- path: "helpers"
-- }
{
path: "utility"
remote: {
name: "utility"
fetch: "https://github.com/lazuscripts/utility"
}
}
{
path: "locator"
remote: {
name: "locator"
fetch: "https://github.com/lazuscripts/locator"
}
}
}