package.json 1.27 KB
{
  "name": "socket.io",
  "version": "2.0.4",
  "description": "node.js realtime framework server",
  "keywords": [
    "realtime",
    "framework",
    "websocket",
    "tcp",
    "events",
    "socket",
    "io"
  ],
  "main": "./lib/index",
  "files": [
    "lib/"
  ],
  "license": "MIT",
  "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"
  },
  "dependencies": {
    "debug": "~2.6.6",
    "engine.io": "~3.1.0",
    "socket.io-adapter": "~1.1.0",
    "socket.io-client": "2.0.4",
    "socket.io-parser": "~3.1.1"
  },
  "devDependencies": {
    "expect.js": "0.3.1",
    "mocha": "^3.5.3",
    "nyc": "^11.2.1",
    "superagent": "1.6.1",
    "supertest": "1.1.0"
  },
  "contributors": [
    {
      "name": "Guillermo Rauch",
      "email": "rauchg@gmail.com"
    },
    {
      "name": "Arnout Kazemier",
      "email": "info@3rd-eden.com"
    },
    {
      "name": "Vladimir Dronnikov",
      "email": "dronnikov@gmail.com"
    },
    {
      "name": "Einar Otto Stangvik",
      "email": "einaros@gmail.com"
    }
  ],
  "_from": "socket.io@2.0.4",
  "_resolved": "http://registry.npm.taobao.org/socket.io/download/socket.io-2.0.4.tgz"
}