mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
23 lines
592 B
JSON
23 lines
592 B
JSON
{
|
|
"name": "engine.io-client"
|
|
, "description": "Client for the realtime Engine"
|
|
, "main": "./lib/engine.io-client"
|
|
, "version": "0.1.0"
|
|
, "contributors": [
|
|
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
|
|
, { "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" }
|
|
]
|
|
, "dependencies": {
|
|
"ws": "0.4.20"
|
|
, "xmlhttprequest": "1.4.2"
|
|
, "debug": "0.6.0"
|
|
}
|
|
, "devDependencies": {
|
|
"mocha": "*"
|
|
, "serve": "*"
|
|
, "expect.js": "*"
|
|
, "browserbuild": "*"
|
|
}
|
|
, "scripts" : { "test" : "make test" }
|
|
}
|