mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
21 lines
452 B
JSON
21 lines
452 B
JSON
{
|
|
"name": "socket.io",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"learnboost/engine.io-client": "0.4.0",
|
|
"learnboost/socket.io-protocol": "1.0.2",
|
|
"component/emitter": "0.0.6",
|
|
"component/bind": "0.0.1",
|
|
"component/json-fallback": "*",
|
|
"timoxley/to-array": "0.1.4",
|
|
"visionmedia/debug": "*"
|
|
},
|
|
"scripts": [
|
|
"lib/index.js",
|
|
"lib/manager.js",
|
|
"lib/engine.js",
|
|
"lib/socket.js",
|
|
"lib/emitter.js"
|
|
]
|
|
}
|