mirror of
https://github.com/Kapendev/parin.git
synced 2025-04-25 20:49:57 +03:00
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"authors": [
|
|
"Alexandros F. G. Kapretsos"
|
|
],
|
|
"copyright": "Copyright © 2024, Alexandros F. G. Kapretsos",
|
|
"description": "A delightfully simple and lightweight 2D game engine for the D programming language.",
|
|
"license": "MIT",
|
|
"name": "parin",
|
|
"dependencies": {
|
|
"joka": "*"
|
|
},
|
|
"stringImportPaths": [
|
|
"source"
|
|
],
|
|
"subPackages" : [
|
|
"packages/rin",
|
|
"packages/setup",
|
|
"packages/web"
|
|
]
|
|
}
|