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