Files
socket.io/package.json
2016-01-31 15:06:46 +08:00

75 lines
1.7 KiB
JSON

{
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"license": "MIT",
"version": "1.6.8",
"homepage": "https://github.com/socketio/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"
},
{
"name": "Mark Mokryn",
"email": "mokesmokes@gmail.com"
}
],
"dependencies": {
"component-emitter": "1.1.2",
"component-inherit": "0.0.3",
"debug": "2.2.0",
"engine.io-parser": "1.2.4",
"has-cors": "1.1.0",
"indexof": "0.0.1",
"parsejson": "0.0.1",
"parseqs": "0.0.2",
"parseuri": "0.0.4",
"webpack": "1.12.11",
"ws": "1.0.1",
"xmlhttprequest-ssl": "1.5.1",
"yeast": "0.1.2"
},
"devDependencies": {
"babel-preset-es2015": "6.3.13",
"babelify": "7.2.0",
"blob": "0.0.4",
"browserify": "6.2.0",
"concat-stream": "1.4.6",
"derequire": "1.2.0",
"engine.io": "1.6.7",
"expect.js": "0.2.0",
"express": "3.4.8",
"gulp": "3.9.0",
"gulp-babel": "6.1.1",
"gulp-file": "0.2.0",
"gulp-istanbul": "0.10.3",
"gulp-mocha": "2.2.0",
"gulp-task-listing": "1.0.1",
"istanbul": "0.2.3",
"mocha": "1.16.2",
"webpack": "1.12.12",
"webpack-stream": "3.1.0",
"zuul": "3.7.2",
"zuul-ngrok": "3.2.0"
},
"scripts": {
"test": "gulp test"
},
"browser": {
"ws": false,
"xmlhttprequest-ssl": "./lib/xmlhttprequest.js"
},
"repository": {
"type": "git",
"url": "https://github.com/socketio/engine.io-client.git"
}
}