Files
socket.io/package.json
Guillermo Rauch 9cda091f2c Release 0.7.2
2013-08-23 15:40:18 -07:00

59 lines
1.7 KiB
JSON

{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "0.7.2",
"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": {
"global": "component/global",
"has-cors": "component/has-cors",
"ws": "0.4.29",
"xmlhttprequest": "LearnBoost/node-XMLHttpRequest",
"emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz",
"indexof": "0.0.1",
"engine.io-parser": "0.3.0",
"debug": "0.7.2"
},
"devDependencies": {
"mocha": "*",
"serve": "*",
"expect.js": "*",
"istanbul": "*"
},
"scripts": {
"test": "make test"
},
"component": {
"scripts": {
"engine.io/index.js": "lib/index.js",
"engine.io/socket.js": "lib/socket.js",
"engine.io/transport.js": "lib/transport.js",
"engine.io/emitter.js": "lib/emitter.js",
"engine.io/util.js": "lib/util.js",
"engine.io/transports/index.js": "lib/transports/index.js",
"engine.io/transports/polling.js": "lib/transports/polling.js",
"engine.io/transports/polling-xhr.js": "lib/transports/polling-xhr.js",
"engine.io/transports/polling-jsonp.js": "lib/transports/polling-jsonp.js",
"engine.io/transports/websocket.js": "lib/transports/websocket.js",
"engine.io/transports/flashsocket.js": "lib/transports/flashsocket.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/LearnBoost/engine.io-client.git"
}
}