blob: 66f1a1afc147905ac0290f2630b864075e791f9b [file] [log] [blame]
{
"contributors": [
{
"email": "rauchg@gmail.com",
"name": "Guillermo Rauch"
},
{
"email": "info@3rd-eden.com",
"name": "Arnout Kazemier"
},
{
"email": "dronnikov@gmail.com",
"name": "Vladimir Dronnikov"
},
{
"email": "einaros@gmail.com",
"name": "Einar Otto Stangvik"
}
],
"dependencies": {
"debug": "~3.1.0",
"engine.io": "~3.2.0",
"has-binary2": "~1.0.2",
"socket.io-adapter": "~1.1.0",
"socket.io-client": "2.1.1",
"socket.io-parser": "~3.2.0"
},
"description": "node.js realtime framework server",
"devDependencies": {
"expect.js": "0.3.1",
"mocha": "^3.5.3",
"nyc": "^11.2.1",
"superagent": "^3.8.2",
"supertest": "^3.0.0"
},
"files": [
"lib/"
],
"keywords": [
"realtime",
"framework",
"websocket",
"tcp",
"events",
"socket",
"io"
],
"license": "MIT",
"main": "./lib/index",
"name": "socket.io",
"repository": {
"type": "git",
"url": "git://github.com/socketio/socket.io"
},
"scripts": {
"test": "nyc mocha --reporter spec --slow 200 --bail --timeout 10000 test/socket.io.js"
},
"version": "2.1.1"
}