-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 KB
/
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
40
41
42
43
44
45
{
"name": "zombie-hugs",
"version": "0.3.0",
"description": "DAMN good zombie game",
"main": "dist/zombie.js",
"dependencies": {
"body-parser": "^1.20.0",
"express": "^4.19.2",
"express-handlebars": "^7.1.2",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"three": "^0.143.0",
"unique-names-generator": "^4.7.1",
"winston": "^3.8.1"
},
"engines": {
"node": "^20.13.1"
},
"scripts": {
"build": "gulp dist",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "DAMN Inc.",
"license": "MIT",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1",
"jshint": "^2.9.7",
"webpack": "^5.91.0",
"webpack-stream": "^7.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/DAMNinc/zombie-hugs.git"
},
"bugs": {
"url": "https://github.com/DAMNinc/zombie-hugs/issues"
},
"homepage": "https://github.com/DAMNinc/zombie-hugs"
}