mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 08:57:59 -05:00
12 lines
249 B
JSON
12 lines
249 B
JSON
{
|
|
"name": "socket.io-chat",
|
|
"version": "0.0.0",
|
|
"description": "A simple chat client using socket.io",
|
|
"main": "index.js",
|
|
"author": "Grant Timmerman",
|
|
"private": true,
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"express": "3.4.8"
|
|
}
|
|
} |