-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 929 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "hexaworld-core",
"version": "1.0.0",
"description": "core game loop and logic for hexaworld",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hexaworld/hexaworld-core.git"
},
"keywords": [
"game",
"hexaworld",
"hexagon",
"browser",
"mobile",
"mouse",
"human"
],
"author": "freeman-lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/hexaworld/hexaworld-core/issues"
},
"homepage": "https://github.com/hexaworld/hexaworld-core#readme",
"dependencies": {
"crtrdg-entity": "^1.0.0",
"crtrdg-tty": "^2.0.0",
"eventemitter2": "^0.4.14",
"gameloop": "^1.1.3",
"inherits": "^2.0.1",
"lodash": "^4.0.0",
"point-circle-collision": "^1.0.3",
"point-in-polygon": "^1.0.0",
"transformist": "^2.0.0"
}
}