aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/redis/package.json
blob: ac6a398022bf1eb94c7e6a2f932ffab486b370af (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
{
  "name": "redis",
  "version": "0.7.3",
  "description": "Redis client library",
  "author": {
    "name": "Matt Ranney",
    "email": "mjr@ranney.com"
  },
  "maintainers": [
    {
      "name": "mjr",
      "email": "mjr@ranney.com"
    }
  ],
  "main": "./index.js",
  "scripts": {
    "test": "node ./test.js"
  },
  "devDependencies": {
    "metrics": ">=0.1.5"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mranney/node_redis.git"
  },
  "_npmUser": {
    "name": "mjr",
    "email": "mjr@ranney.com"
  },
  "_id": "redis@0.7.3",
  "dependencies": {},
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  },
  "_engineSupported": true,
  "_npmVersion": "1.1.21",
  "_nodeVersion": "v0.8.1",
  "_defaultsLoaded": true,
  "dist": {
    "shasum": "ee57b7a44d25ec1594e44365d8165fa7d1d4811a",
    "tarball": "http://registry.npmjs.org/redis/-/redis-0.7.3.tgz"
  },
  "directories": {},
  "_shasum": "ee57b7a44d25ec1594e44365d8165fa7d1d4811a",
  "_from": "redis@0.7.3",
  "_resolved": "https://registry.npmjs.org/redis/-/redis-0.7.3.tgz"
}