mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
28 lines
704 B
JSON
28 lines
704 B
JSON
{
|
|
"name": "fantasy-map-generator",
|
|
"version": "0.8.19",
|
|
"description": "Fantasy Map Generator and Editor based on Voronoi diagram",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Azgaar/Fantasy-Map-Generator.git"
|
|
},
|
|
"keywords": [
|
|
"procedural-generation",
|
|
"map-generation",
|
|
"javascript",
|
|
"fantasy-map",
|
|
"gamedev-tool",
|
|
"mapmaker",
|
|
"demo"
|
|
],
|
|
"author": "Azgaar",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Azgaar/Fantasy-Map-Generator/issues"
|
|
},
|
|
"homepage": "https://github.com/Azgaar/Fantasy-Map-Generator#readme"
|
|
}
|