mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
32 lines
1023 B
JSON
32 lines
1023 B
JSON
{
|
|
"name": "socket.io"
|
|
, "version": "1.0.0-alpha1"
|
|
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
|
|
, "homepage": "http://socket.io"
|
|
, "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" }
|
|
, { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" }
|
|
, { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" }
|
|
]
|
|
, "repository": {
|
|
"type": "git"
|
|
, "url": "https://github.com/learnboost/socket.io.git"
|
|
}
|
|
, "main": "./lib/socket.io"
|
|
, "dependencies": {
|
|
"engine.io": "0.1.0"
|
|
, "socket.io-client": "1.0.0-alpha1"
|
|
}
|
|
, "devDependencies": {
|
|
"mocha": "*"
|
|
, "expect.js": "*"
|
|
, "superagent": "*"
|
|
}
|
|
, "scripts": {
|
|
"test": "make test"
|
|
}
|
|
}
|