-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1022 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1022 Bytes
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
{
"name": "LotBoxStudio",
"description": "LotBoxStudio is a web based game engine for 3D and 2D game development with support for VR and AR",
"main": "index.html",
"version": "0.9.6",
"author": "Tentone",
"license": "MIT",
"homepage": "https://www.LotBoxstudio.org",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tentone/LotBoxStudio.git"
},
"keywords": [
"three.js",
"editor",
"webgl",
"engine",
"gamedev",
"cannonjs"
],
"bugs": {
"url": "https://github.com/tentone/LotBoxStudio/issues"
},
"chromium-args": "--use-angle=gl --ignore-gpu-blacklist --disable-raf-throttling --enable-gpu-async-worker-context",
"window": {
"icon": "source/files/icon.png",
"frame": true,
"width": 1280,
"height": 720,
"min_width": 800,
"min_height": 600
}
}