mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 20:05:39 -04:00
15 lines
490 B
JSON
15 lines
490 B
JSON
{
|
|
"name": "GDevelop JS Runtime API",
|
|
"description": "GDevelop JS Runtime: An engine for developing javascript based games using GDevelop",
|
|
"version": "1",
|
|
"url": "http://www.compilgames.net",
|
|
"paths":["../Runtime"],
|
|
"options": {
|
|
"outdir": "../../docs/GDJS Runtime Documentation",
|
|
"exclude": "libs",
|
|
"paths":["../Runtime"],
|
|
"themedir": "yuidoc-bootstrap-theme",
|
|
"helpers": ["yuidoc-bootstrap-theme/helpers/helpers.js"]
|
|
}
|
|
}
|