mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-08 02:25:39 +00:00
10 lines
178 B
JSON
Executable File
10 lines
178 B
JSON
Executable File
{
|
|
"name": "socket-chat-example",
|
|
"version": "0.0.1",
|
|
"description": "my first socket.io app",
|
|
"dependencies": {
|
|
"express": "^4.10.2",
|
|
"socket.io": "^1.3.5"
|
|
}
|
|
}
|