2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 07:38:33 +00:00

14 lines
279 B
JSON
Raw Normal View History

2020-02-10 13:30:54 +05:30
{
"name": "frappe-socketio",
"version": "1.0.1",
2020-02-10 13:30:54 +05:30
"description": "Frappe SocketIO Server",
"author": "Revant Nandgaonkar",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"redis": "^3.1.1",
"socket.io": "^2.4.0",
2020-02-10 13:30:54 +05:30
"superagent": "^5.1.0"
}
}