You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.5 KiB
63 lines
1.5 KiB
{
|
|
"name": "engine.io",
|
|
"version": "1.8.5",
|
|
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
|
|
"main": "./lib/engine.io",
|
|
"author": "Guillermo Rauch <guillermo@learnboost.com>",
|
|
"homepage": "https://github.com/socketio/engine.io",
|
|
"contributors": [
|
|
{
|
|
"name": "Eugen Dueck",
|
|
"web": "https://github.com/EugenDueck"
|
|
},
|
|
{
|
|
"name": "Afshin Mehrabani",
|
|
"web": "https://github.com/afshinm"
|
|
},
|
|
{
|
|
"name": "Christoph Dorn",
|
|
"web": "https://github.com/cadorn"
|
|
},
|
|
{
|
|
"name": "Mark Mokryn",
|
|
"email": "mokesmokes@gmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"accepts": "1.3.3",
|
|
"base64id": "1.0.0",
|
|
"debug": "2.3.3",
|
|
"engine.io-parser": "1.3.2",
|
|
"ws": "~1.1.5",
|
|
"cookie": "0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "5.0.0",
|
|
"babel-preset-es2015": "6.3.13",
|
|
"engine.io-client": "1.8.5",
|
|
"eslint-config-standard": "4.4.0",
|
|
"eslint-plugin-standard": "1.3.2",
|
|
"expect.js": "0.2.0",
|
|
"gulp": "3.9.0",
|
|
"gulp-babel": "6.1.1",
|
|
"gulp-eslint": "1.1.1",
|
|
"gulp-mocha": "2.2.0",
|
|
"gulp-nsp": "^2.4.1",
|
|
"mocha": "2.3.4",
|
|
"s": "0.1.1",
|
|
"superagent": "0.15.4",
|
|
"uws": "0.14.1"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test; EIO_WS_ENGINE=uws gulp test;"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:socketio/engine.io.git"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
]
|
|
}
|
|
|