-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 865 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "hexagontiles",
"version": "1.0.0",
"description": "Procedural continuous map generation by matching hexagon tiles with a pattern. \r There are 102 different types of hexagonal tiles with a unique pattern. \r Tiles are matched based on their corner colours. \r Every corner of a hexagonal tile got two neighbour corners of hexagon tiles.\r Every hexagon tile got 6 neighbour hexagon tiles.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martijnkunstman/HexagonTiles.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/martijnkunstman/HexagonTiles/issues"
},
"homepage": "https://github.com/martijnkunstman/HexagonTiles#readme",
"dependencies": {
"express": "^4.18.1"
}
}