mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
24 lines
823 B
JSON
24 lines
823 B
JSON
{
|
|
"name": "socket.io-client"
|
|
, "description": "Socket.IO client for the browser and node.js"
|
|
, "version": "0.7.0"
|
|
, "main" : "./lib/io.js"
|
|
, "browserify": "./dist/socket.io.js"
|
|
, "homepage": "http://socket.io"
|
|
, "description": "Realtime apps made cross-browser & easy with a WebSocket-like API"
|
|
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]
|
|
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
|
|
, "contributors": [
|
|
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
|
|
, { "name": "Arnout Kazemier", "email": "info@3rd-eden.com" }
|
|
]
|
|
, "repository": {
|
|
"type": "git"
|
|
, "url": "https://github.com/LearnBoost/Socket.IO.git"
|
|
}
|
|
, "devDependencies": {
|
|
"expresso": "0.7.7"
|
|
}
|
|
, "engines": { "node": ">= 0.4.0" }
|
|
}
|