mirror of
https://github.com/A6-9V/MQL5-Google-Onedrive.git
synced 2026-04-11 08:40:56 +00:00
21 lines
458 B
JSON
21 lines
458 B
JSON
{
|
|
"name": "statistics-api",
|
|
"version": "1.0.0",
|
|
"description": "statistics service",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"async": "^3.1.1",
|
|
"cookie-parser": "^1.4.4",
|
|
"express": "^4.17.1",
|
|
"guid": "0.0.12",
|
|
"method-override": "^3.0.0",
|
|
"pg": "^7.18.1",
|
|
"redis": "^2.8.0",
|
|
"socket.io": "^2.3.0"
|
|
}
|
|
}
|