core/node_modules/engine.io/package.json
2018-01-04 21:45:33 +01:00

82 lines
2.1 KiB
JSON

{
"name": "engine.io",
"version": "1.6.9",
"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.9",
"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+ssh://git@github.com/socketio/engine.io.git"
},
"gitHead": "83bee03bbbebee07df5d7b8a9fbafc327686c4bc",
"bugs": {
"url": "https://github.com/socketio/engine.io/issues"
},
"_id": "engine.io@1.6.9",
"_shasum": "1fe2fe827adb5d6f296e1002403edfa046bb6975",
"_from": "engine.io@1.6.9",
"_npmVersion": "2.15.0",
"_nodeVersion": "4.4.2",
"_npmUser": {
"name": "rauchg",
"email": "rauchg@gmail.com"
},
"dist": {
"shasum": "1fe2fe827adb5d6f296e1002403edfa046bb6975",
"tarball": "https://registry.npmjs.org/engine.io/-/engine.io-1.6.9.tgz"
},
"maintainers": [
{
"name": "rauchg",
"email": "rauchg@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/engine.io-1.6.9.tgz_1462247658890_0.8458864190615714"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/engine.io/-/engine.io-1.6.9.tgz",
"readme": "ERROR: No README data found!"
}