Files
socket.io/package.json
EugenDueck 337e4f23af Adding myself to list of contributors
And added guille as the author - don't want it to look like I'm responsible for all the bugs ;)
2012-08-14 09:58:35 +09:00

24 lines
673 B
JSON

{
"name": "engine.io"
, "version": "0.2.1"
, "description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server"
, "main": "./lib/engine.io"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "contributors": [
{ "name": "Eugen Dueck", "web": "https://github.com/EugenDueck" }
]
, "dependencies": {
"debug": "0.6.0"
, "engine.io-client": "0.2.1"
, "ws": "~0.4.21"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
, "superagent": "*"
, "ws": "*"
, "s": "*"
}
, "scripts" : { "test" : "make test" }
}