Files
socket.io/package.json
Guillermo Rauch 717e4af4b5 Release 1.5.2
2015-07-09 09:24:34 -07:00

60 lines
1.4 KiB
JSON

{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "1.5.2",
"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": {
"component-emitter": "1.1.2",
"component-inherit": "0.0.3",
"debug": "1.0.4",
"engine.io-parser": "1.2.1",
"has-cors": "1.0.3",
"indexof": "0.0.1",
"parsejson": "0.0.1",
"parseqs": "0.0.2",
"parseuri": "0.0.4",
"ws": "0.7.2",
"xmlhttprequest": "https://github.com/rase-/node-XMLHttpRequest/archive/a6b6f2.tar.gz"
},
"devDependencies": {
"blob": "0.0.2",
"browserify": "6.2.0",
"concat-stream": "1.4.6",
"derequire": "1.2.0",
"engine.io": "1.5.2",
"expect.js": "0.2.0",
"express": "3.4.8",
"istanbul": "0.2.3",
"mocha": "1.16.2",
"zuul": "rase-/zuul#9d3a02"
},
"scripts": {
"test": "make test"
},
"browser": {
"xmlhttprequest": "./lib/xmlhttprequest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Automattic/engine.io-client.git"
}
}