Files
socket.io/package.json
Guillermo Rauch b076a3cecc bump engine.io
2015-04-08 10:31:33 -07:00

62 lines
1.4 KiB
JSON

{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "1.5.1",
"license": "MIT",
"homepage": "http://socket.io",
"contributors": [
{
"name": "Guillermo Rauch",
"email": "rauchg@gmail.com"
},
{
"name": "Vladimir Dronnikov",
"email": "dronnikov@gmail.com"
},
{
"name": "Christoph Dorn",
"web": "https://github.com/cadorn"
},
{
"name": "Mark Mokryn",
"email": "mokesmokes@gmail.com"
}
],
"dependencies": {
"has-cors": "1.0.3",
"ws": "0.7.1",
"xmlhttprequest": "https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz",
"component-emitter": "1.1.2",
"indexof": "0.0.1",
"engine.io-parser": "1.2.1",
"debug": "2.1.3",
"parseuri": "0.0.4",
"parsejson": "0.0.1",
"parseqs": "0.0.2",
"component-inherit": "0.0.3"
},
"devDependencies": {
"blob": "0.0.2",
"browserify": "6.2.0",
"concat-stream": "1.4.6",
"derequire": "1.2.0",
"engine.io": "automattic/engine.io#e566be",
"expect.js": "0.2.0",
"express": "3.4.8",
"istanbul": "0.2.3",
"mocha": "1.16.2",
"zuul": "1.17.1",
"zuul-ngrok": "2.0.0"
},
"scripts": {
"test": "make test"
},
"browser": {
"xmlhttprequest": "./lib/xmlhttprequest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/engine.io-client.git"
}
}