mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 13:58:25 -05:00
11 lines
341 B
JSON
Executable File
11 lines
341 B
JSON
Executable File
{
|
|
"name": "luafilesystem",
|
|
"version-string": "1.8.0",
|
|
"port-version": 2,
|
|
"description": "LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.",
|
|
"homepage": "https://github.com/keplerproject/luafilesystem",
|
|
"dependencies": [
|
|
"lua"
|
|
]
|
|
}
|