Files
example-voting-app/result/package.json
2022-12-09 17:56:20 -05: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": "^2.5.0",
"stoppable": "^1.1.0"
}
}