Files
socket.io/package.json
Guillermo Rauch b0a1c34b49 Release 0.1.2
2012-08-02 17:07:23 -07:00

20 lines
512 B
JSON

{
"name": "engine.io"
, "version": "0.1.2"
, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server"
, "main": "./lib/engine.io"
, "dependencies": {
"debug": "0.6.0"
, "engine.io-client": "0.1.2"
, "ws": "~0.4.21"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
, "superagent": "*"
, "ws": "*"
, "s": "*"
}
, "scripts" : { "test" : "make test" }
}