Files
socket.io/package.json
2012-12-08 18:55:54 -03:00

29 lines
767 B
JSON

{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "0.3.10",
"homepage": "https://github.com/LearnBoost/engine.io-client",
"contributors": [
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" },
{ "name": "Vladimir Dronnikov", "email": "dronnikov@gmail.com" },
{ "name": "Christoph Dorn", "web": "https://github.com/cadorn" }
],
"dependencies": {
"ws": "0.4.20",
"xmlhttprequest": "1.5.0",
"debug": "0.6.0"
},
"devDependencies": {
"mocha": "*",
"serve": "*",
"expect.js": "*",
"browserbuild": "*"
},
"component": {
"scripts": {
"engine.io/index.js": "./dist/engine.io-dev.js",
"engine.io-client/index.js": "./dist/engine.io-dev.js"
}
}
}