blob: e15ba0e5647c00443f64bff923999c32dfff8690 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "pongmp",
"version": "0.1.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tom Smeding <tom.smeding@gmail.com> (https://tomsmeding.com)",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^2.4.1"
}
}
|