Files
voting-example/image-buiild/result/package.json
2024-04-08 00:02:18 +00:00

22 lines
444 B
JSON

{
"name": "result",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"async": "^3.1.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"method-override": "^3.0.0",
"pg": "^8.8.0",
"socket.io": "^4.0.0",
"stoppable": "^1.1.0"
}
}