Files
socket.io/package.json
2012-07-02 09:05:17 -07:00

20 lines
575 B
JSON

{
"name": "engine.io"
, "version": "0.1.0"
, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional client between client and server"
, "main": "./lib/engine.io"
, "dependencies": {
"debug": "0.6.0"
, "engine.io-client": "git://github.com/LearnBoost/engine.io-client.git#78f2471e29"
, "websocket.io": "0.1.6"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
, "superagent": "*"
, "ws": "0.4.18"
, "s": "*"
}
, "scripts" : { "test" : "make test" }
}