Files
socket.io/package.json
2015-09-11 04:46:14 +09:00

49 lines
1.2 KiB
JSON

{
"name": "engine.io",
"version": "1.5.4",
"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/LearnBoost/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": {
"debug": "2.1.3",
"ws": "0.8.0",
"engine.io-parser": "1.2.2",
"accepts": "1.1.4"
},
"devDependencies": {
"mocha": "1.12.0",
"expect.js": "0.2.0",
"superagent": "0.15.4",
"engine.io-client": "socketio/engine.io-client#da24c1f",
"base64id": "0.1.0",
"s": "0.1.1"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:Automattic/engine.io.git"
}
}