mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "engine.io",
|
|
"version": "1.6.2",
|
|
"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": {
|
|
"base64id": "0.1.0",
|
|
"debug": "2.2.0",
|
|
"ws": "0.8.1",
|
|
"engine.io-parser": "1.2.2",
|
|
"accepts": "1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"engine.io-client": "1.6.2",
|
|
"expect.js": "0.2.0",
|
|
"mocha": "2.3.4",
|
|
"s": "0.1.1",
|
|
"superagent": "0.15.4"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:socketio/engine.io.git"
|
|
}
|
|
}
|