2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 11:09:01 +00:00
frappe_docker/build/socketio/package.json

14 lines
279 B
JSON
Raw Normal View History

2020-02-10 08:00:54 +00:00
{
"name": "frappe-socketio",
"version": "1.0.1",
2020-02-10 08:00:54 +00:00
"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 08:00:54 +00:00
"superagent": "^5.1.0"
}
}