mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
28 lines
898 B
JSON
28 lines
898 B
JSON
{
|
|
"name": "socket.io-client",
|
|
"version": "1.0.0",
|
|
"keywords": ["realtime", "framework", "websocket", "tcp", "events", "client"],
|
|
"dependencies": {
|
|
"engine.io-client": "0.7.13",
|
|
"emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz",
|
|
"bind": "http://github.com/component/bind/archive/0.0.1.tar.gz",
|
|
"object-component": "0.0.3",
|
|
"socket.io-parser": "1.1.0",
|
|
"to-array": "0.1.3",
|
|
"debug": "0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.16.2",
|
|
"istanbul": "0.2.1",
|
|
"expect.js": "0.2.0",
|
|
"uglify-js": "2.4.8",
|
|
"browserify": "2.35.1"
|
|
},
|
|
"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" }
|
|
]
|
|
}
|