mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
28 lines
463 B
JSON
28 lines
463 B
JSON
{
|
|
"name": "Rojo",
|
|
"tree": {
|
|
"$className": "Folder",
|
|
"Plugin": {
|
|
"$path": "plugin/src"
|
|
},
|
|
"Packages": {
|
|
"$path": "plugin/Packages",
|
|
"Log": {
|
|
"$path": "plugin/log"
|
|
},
|
|
"Http": {
|
|
"$path": "plugin/http"
|
|
},
|
|
"Fmt": {
|
|
"$path": "plugin/fmt"
|
|
},
|
|
"RbxDom": {
|
|
"$path": "plugin/rbx_dom_lua"
|
|
}
|
|
},
|
|
"Version": {
|
|
"$path": "plugin/Version.txt"
|
|
}
|
|
}
|
|
}
|