nodePong/node_modules/socket.io/node_modules/engine.io/package.json

77 lines
1.9 KiB
JSON

{
"name": "engine.io",
"version": "1.6.8",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "./lib/engine.io",
"author": {
"name": "Guillermo Rauch",
"email": "guillermo@learnboost.com"
},
"homepage": "https://github.com/socketio/engine.io",
"contributors": [
{
"name": "Eugen Dueck",
"url": "https://github.com/EugenDueck"
},
{
"name": "Afshin Mehrabani",
"url": "https://github.com/afshinm"
},
{
"name": "Christoph Dorn",
"url": "https://github.com/cadorn"
},
{
"name": "Mark Mokryn",
"email": "mokesmokes@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"base64id": "0.1.0",
"debug": "2.2.0",
"ws": "1.0.1",
"engine.io-parser": "1.2.4",
"accepts": "1.1.4"
},
"devDependencies": {
"engine.io-client": "1.6.8",
"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"
},
"gitHead": "83bee03bbbebee07df5d7b8a9fbafc327686c4bc",
"bugs": {
"url": "https://github.com/socketio/engine.io/issues"
},
"_id": "engine.io@1.6.8",
"_shasum": "de05a06b757e7517695e088c7b051c47819f511b",
"_from": "engine.io@1.6.8",
"_npmVersion": "3.3.12",
"_nodeVersion": "5.3.0",
"_npmUser": {
"name": "rauchg",
"email": "rauchg@gmail.com"
},
"maintainers": [
{
"name": "rauchg",
"email": "rauchg@gmail.com"
}
],
"dist": {
"shasum": "de05a06b757e7517695e088c7b051c47819f511b",
"tarball": "http://registry.npmjs.org/engine.io/-/engine.io-1.6.8.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.6.8.tgz"
}