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": {
|
|
|
|
"body-parser": "^1.14.1",
|
|
|
|
"cookie-parser": "^1.4.0",
|
|
|
|
"express": "^4.13.3",
|
|
|
|
"method-override": "^2.3.5",
|
|
|
|
"async": "^1.5.0",
|
|
|
|
"pg": "^4.4.3",
|
2016-12-12 22:37:28 +01:00
|
|
|
"pg-pool": "1.6.0",
|
2015-11-15 20:59:29 +01:00
|
|
|
"socket.io": "^1.3.7"
|
|
|
|
}
|
|
|
|
}
|