mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 03:51:23 +01:00
Add package.json
This commit is contained in:
parent
3e4c2662ef
commit
52b20f5ea4
1 changed files with 28 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue