-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 910 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
{
"name": "myth-of-adlez",
"version": "1.0.0",
"description": "JS game built in HomeTeam GameDev, led by H Trayford & Ryan Malm",
"main": "main.js",
"scripts": {
"serve": "webpack serve --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gamkedo-la/myth-of-adlez.git"
},
"author": "H Trayford, Ryan Malm, and members of HomeTeam GameDev",
"license": "ISC",
"bugs": {
"url": "https://github.com/gamkedo-la/myth-of-adlez/issues"
},
"homepage": "https://github.com/gamkedo-la/myth-of-adlez#readme",
"devDependencies": {
"html-webpack-plugin": "^5.5.1",
"sharp": "^0.32.1",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.0",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"cannon-es": "^0.20.0",
"cannon-es-debugger": "^1.0.0",
"path-browserify": "^1.0.1",
"three": "^0.152.2"
}
}