mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
15 lines
495 B
JSON
15 lines
495 B
JSON
{
|
|
"name": "socket.io-node"
|
|
, "version": "0.7.0"
|
|
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API"
|
|
, "keywords": ["websocket", "socket", "realtime"]
|
|
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
|
|
, "contributors": [
|
|
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
|
|
, { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
|
|
]
|
|
, "dependencies": {}
|
|
, "main": "index"
|
|
, "engines": { "node": "0.4.x" }
|
|
}
|