2015-11-15 20:59:29 +01:00
|
|
|
{
|
2016-06-18 18:14:28 +02:00
|
|
|
"name": "result",
|
2015-11-15 20:59:29 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2019-08-25 22:12:01 +02:00
|
|
|
"async": "^3.1.0",
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"cookie-parser": "^1.4.4",
|
|
|
|
"express": "^4.17.1",
|
|
|
|
"method-override": "^3.0.0",
|
|
|
|
"pg": "^7.12.1",
|
|
|
|
"socket.io": "^2.2.0",
|
|
|
|
"stoppable": "^1.1.0"
|
2015-11-15 20:59:29 +01:00
|
|
|
}
|
|
|
|
}
|