mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 15:20:55 +00:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"name": "frappe-socketio",
|
|
"version": "1.0.1",
|
|
"description": "Frappe SocketIO Server",
|
|
"author": "Revant Nandgaonkar",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"redis": "^3.1.1",
|
|
"socket.io": "^2.4.0",
|
|
"superagent": "^5.1.0"
|
|
}
|
|
}
|