1{
2  "_from": "socket.io@0.9.16",
3  "_id": "socket.io@0.9.16",
4  "_inBundle": false,
5  "_integrity": "sha1-O6sEROSbVfu8FXQk29Qao3WlGnY=",
6  "_location": "/socket.io",
7  "_phantomChildren": {},
8  "_requested": {
9    "type": "version",
10    "registry": true,
11    "raw": "socket.io@0.9.16",
12    "name": "socket.io",
13    "escapedName": "socket.io",
14    "rawSpec": "0.9.16",
15    "saveSpec": null,
16    "fetchSpec": "0.9.16"
17  },
18  "_requiredBy": [
19    "/"
20  ],
21  "_resolved": "https://registry.npmjs.org/socket.io/-/socket.io-0.9.16.tgz",
22  "_shasum": "3bab0444e49b55fbbc157424dbd41aa375a51a76",
23  "_spec": "socket.io@0.9.16",
24  "_where": "/Users/denofevil/Code/IDEA/plugins/spy-js/server/dist",
25  "author": {
26    "name": "Guillermo Rauch",
27    "email": "guillermo@learnboost.com"
28  },
29  "bugs": {
30    "url": "https://github.com/LearnBoost/socket.io/issues"
31  },
32  "bundleDependencies": false,
33  "contributors": [
34    {
35      "name": "Guillermo Rauch",
36      "email": "rauchg@gmail.com"
37    },
38    {
39      "name": "Arnout Kazemier",
40      "email": "info@3rd-eden.com"
41    },
42    {
43      "name": "Vladimir Dronnikov",
44      "email": "dronnikov@gmail.com"
45    },
46    {
47      "name": "Einar Otto Stangvik",
48      "email": "einaros@gmail.com"
49    }
50  ],
51  "dependencies": {
52    "base64id": "0.1.0",
53    "policyfile": "0.0.4",
54    "redis": "0.7.3",
55    "socket.io-client": "0.9.16"
56  },
57  "deprecated": false,
58  "description": "Real-time apps made cross-browser & easy with a WebSocket-like API",
59  "devDependencies": {
60    "benchmark": "0.2.2",
61    "colors": "0.5.1",
62    "expresso": "0.9.2",
63    "microtime": "0.1.3-1",
64    "should": "*"
65  },
66  "engines": {
67    "node": ">= 0.4.0"
68  },
69  "homepage": "http://socket.io",
70  "keywords": [
71    "websocket",
72    "socket",
73    "realtime",
74    "socket.io",
75    "comet",
76    "ajax"
77  ],
78  "main": "index",
79  "name": "socket.io",
80  "optionalDependencies": {
81    "redis": "0.7.3"
82  },
83  "repository": {
84    "type": "git",
85    "url": "git+https://github.com/LearnBoost/socket.io.git"
86  },
87  "scripts": {
88    "test": "make test"
89  },
90  "version": "0.9.16"
91}
92