packages1/testpkg1/pkgmeta.ltn

12 lines
238 B
Plaintext
Raw Permalink Normal View History

2020-12-28 08:28:27 +00:00
{
2020-12-28 09:47:38 +00:00
["version"] = "0.1.1",
2020-12-28 08:28:27 +00:00
["dependencies"] = {
"testpkg2",
},
["description"] = "ignore this, this is for testing package managers",
2020-12-28 09:14:14 +00:00
["files"] = {
2020-12-28 08:47:27 +00:00
["lib"] = {
"testpkg1.lua"
}
}
2020-12-28 08:28:27 +00:00
}