-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 998 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
{
"name": "gluon-engine",
"version": "1.0.0",
"description": "WebGL Game Framework in Electron",
"scripts": {
"build": "webpack --env.engine",
"start": "electron-forge"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeremythuff/gluon.git"
},
"keywords": [
"angular",
"electron",
"three.js",
"webgl",
"game",
"engine",
"gluon"
],
"author": "Jeremy Huff",
"license": "MIT",
"dependencies": {
"@gluon-engine/ai": "file:./dist/modules/ai/",
"@gluon-engine/audio": "file:./dist/modules/audio/",
"@gluon-engine/core": "file:./dist/modules/core/",
"@gluon-engine/networking": "file:./dist/modules/networking/",
"@gluon-engine/physics": "file:./dist/modules/physics/",
"@gluon-engine/ui": "file:./dist/modules/ui/",
"copy-webpack-plugin": "^4.5.0",
"electron-forge": "4.0.0",
"ts-loader": "2.3.7",
"typescript": "2.5.2",
"webpack": "3.5.6",
"webpack-merge": "4.1.0"
}
}