{
  "name": "engine.io",
  "version": "3.1.0",
  "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": {
    "accepts": "1.3.3",
    "base64id": "1.0.0",
    "debug": "~2.6.4",
    "engine.io-parser": "~2.1.0",
    "ws": "~2.3.1",
    "cookie": "0.3.1"
  },
  "devDependencies": {
    "babel-eslint": "5.0.0",
    "babel-preset-es2015": "^6.24.0",
    "engine.io-client": "3.1.0",
    "eslint-config-standard": "4.4.0",
    "eslint-plugin-standard": "1.3.2",
    "expect.js": "^0.3.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-eslint": "1.1.1",
    "gulp-mocha": "^4.3.0",
    "gulp-nsp": "^2.4.1",
    "mocha": "^3.2.0",
    "s": "0.1.1",
    "superagent": "0.15.4"
  },
  "optionalDependencies": {
    "uws": "~0.14.4"
  },
  "scripts": {
    "test": "gulp test; EIO_WS_ENGINE=ws gulp test;"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:socketio/engine.io.git"
  },
  "files": [
    "index.js",
    "lib/"
  ]
}
