-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "tetris_server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"accepts": "^1.3.7",
"base64id": "^2.0.0",
"component-emitter": "^1.3.0",
"cookie": "^0.4.1",
"cors": "^2.8.5",
"debug": "^4.3.3",
"engine.io": "^6.1.1",
"engine.io-parser": "^5.0.3",
"mime-db": "^1.51.0",
"mime-types": "^2.1.34",
"ms": "^2.1.2",
"negotiator": "^0.6.2",
"node-rsa": "^1.1.1",
"object-assign": "^4.1.1",
"pg-promise": "^10.11.1",
"socket.io": "^4.4.1",
"socket.io-adapter": "^2.3.3",
"socket.io-parser": "^4.0.4",
"vary": "^1.1.2",
"ws": "^8.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitaliysheshkoff/tetris_server.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vitaliysheshkoff/tetris_server/issues"
},
"homepage": "https://github.com/vitaliysheshkoff/tetris_server#readme"
}