Files
socket.io/package.json
2014-07-20 01:19:10 -04:00

58 lines
1.3 KiB
JSON

{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"version": "1.3.1",
"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.4.31",
"xmlhttprequest": "https://github.com/LearnBoost/node-XMLHttpRequest/archive/0f36d0b5ebc03d85f860d42a64ae9791e1daa433.tar.gz",
"component-emitter": "1.1.2",
"indexof": "0.0.1",
"engine.io-parser": "1.1.0",
"debug": "0.7.4",
"parseuri": "0.0.4",
"parsejson": "0.0.1",
"parseqs": "0.0.2",
"component-inherit": "0.0.3"
},
"devDependencies": {
"zuul": "1.6.3",
"mocha": "1.16.2",
"expect.js": "0.2.0",
"istanbul": "0.2.3",
"browserify": "4.2.1",
"engine.io": "Automattic/engine.io#08afdc",
"express": "3.4.8",
"blob": "0.0.2"
},
"scripts": {
"test": "make test"
},
"browser": {
"xmlhttprequest": "./lib/xmlhttprequest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/LearnBoost/engine.io-client.git"
}
}