/
docNemo
/
hex-map-editor
Обзор
Документация
Войти
/
docNemo
/
hex-map-editor
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
5
CI/CD
Аналитика
Безопасность
main
module.json
34 строки
1006 B
docNemo
fix(sync): объявить использование сокета в манифесте
03 авг 2026, 14:08
03 авг 2026, 14:08
abe976f
Код
Авторство
О чём код?
{ "id": "hex-map-editor", "title": "Hex Map Editor", "description": "Процедурный генератор и редактор гексагональных карт с биомами, атласом карт и hexcrawl-механиками. / Procedural hex map generator and editor with biomes, a linked map atlas and hexcrawl tooling.", "version": "0.1.0", "compatibility": { "minimum": "14", "verified": "14" }, "authors": [ { "name": "docNemo" } ], "esmodules": ["scripts/hex-map-editor.js"], "styles": ["styles/hex-map-editor.css"], "socket": true, "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "ru", "name": "Русский", "path": "lang/ru.json" } ], "url": "https://gitverse.ru/docNemo/hex-map-editor", "readme": "https://gitverse.ru/docNemo/hex-map-editor", "bugs": "https://gitverse.ru/docNemo/hex-map-editor/issues", "license": "LICENSE" }