Files
socket.io/package.json
Sweet 90c0cd0e3f parser.js: deleted
package.json: updated the version for the client
everything else: fixed paths/requirements to the new protocol/parser repo
2013-01-19 13:14:00 -08:00

37 lines
1.1 KiB
JSON

{
"name": "engine.io"
, "version": "0.4.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>"
, "homepage": "https://github.com/LearnBoost/engine.io"
, "repository" : {
"type" : "git"
, "url" : "git://github.com/LearnBoost/engine.io.git"
}
, "contributors": [
{ "name": "Eugen Dueck", "web": "https://github.com/EugenDueck" },
{ "name": "Afshin Mehrabani", "web": "https://github.com/afshinm" },
{ "name": "Christoph Dorn", "web": "https://github.com/cadorn" }
]
, "dependencies": {
"debug": "0.6.0"
, "ws": "~0.4.21"
, "engine.io-parser": "0.1.0"
, "base64id": "0.1.0"
}
, "devDependencies": {
"mocha": "*"
, "expect.js": "*"
, "superagent": "*"
, "engine.io-client": "0.4.1"
, "ws": "*"
, "s": "*"
}
, "scripts" : { "test" : "make test" }
, "repository": {
"type": "git"
, "url": "git@github.com:LearnBoost/engine.io.git"
}
}