aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/package.json
blob: 2eecb88110dbd672bfb570048d17329308c4f5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "name": "socket.io-client",
  "description": "Socket.IO client for the browser and node.js",
  "version": "0.9.16",
  "main": "./lib/io.js",
  "browserify": "./dist/socket.io.js",
  "homepage": "http://socket.io",
  "keywords": [
    "websocket",
    "socket",
    "realtime",
    "socket.io",
    "comet",
    "ajax"
  ],
  "author": {
    "name": "Guillermo Rauch",
    "email": "guillermo@learnboost.com"
  },
  "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"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/LearnBoost/socket.io-client.git"
  },
  "dependencies": {
    "uglify-js": "1.2.5",
    "ws": "0.4.x",
    "xmlhttprequest": "1.4.2",
    "active-x-obfuscator": "0.0.1"
  },
  "devDependencies": {
    "expresso": "*",
    "express": "2.5.x",
    "jade": "*",
    "stylus": "*",
    "socket.io": "0.9.16",
    "socket.io-client": "0.9.16",
    "should": "*"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "_id": "socket.io-client@0.9.16",
  "dist": {
    "shasum": "4da7515c5e773041d1b423970415bcc430f35fc6",
    "tarball": "http://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz"
  },
  "_from": "socket.io-client@0.9.16",
  "_npmVersion": "1.2.18",
  "_npmUser": {
    "name": "rauchg",
    "email": "rauchg@gmail.com"
  },
  "maintainers": [
    {
      "name": "rauchg",
      "email": "rauchg@gmail.com"
    }
  ],
  "directories": {},
  "_shasum": "4da7515c5e773041d1b423970415bcc430f35fc6",
  "_resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz"
}