{
  "_args": [
    [
      "sails-hook-sockets@0.13.11",
      "/app"
    ]
  ],
  "_from": "sails-hook-sockets@0.13.11",
  "_id": "sails-hook-sockets@0.13.11",
  "_inBundle": false,
  "_integrity": "sha1-cnDN68+VlZ0FFQJiERKgQrdOTTo=",
  "_location": "/sails-hook-sockets",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "sails-hook-sockets@0.13.11",
    "name": "sails-hook-sockets",
    "escapedName": "sails-hook-sockets",
    "rawSpec": "0.13.11",
    "saveSpec": null,
    "fetchSpec": "0.13.11"
  },
  "_requiredBy": [
    "/sails"
  ],
  "_resolved": "https://registry.npmjs.org/sails-hook-sockets/-/sails-hook-sockets-0.13.11.tgz",
  "_spec": "0.13.11",
  "_where": "/app",
  "author": {
    "name": "Mike McNeil"
  },
  "bugs": {
    "url": "https://github.com/balderdashy/sails-hook-sockets/issues"
  },
  "dependencies": {
    "async": "1.5.0",
    "lodash": "3.10.1",
    "machinepack-urls": "^3.1.1",
    "semver": "^4.3.4",
    "socket.io": "1.7.3",
    "uid2": "0.0.3"
  },
  "description": "Implements socket.io support in Sails",
  "devDependencies": {
    "machinepack-fs": "^3.0.0",
    "machinepack-http": "^2.1.2",
    "mocha": "3.0.2",
    "sails": "^0.12.0",
    "sails.io.js": "^0.13.0",
    "socket.io-client": "1.7.3",
    "socket.io-redis": "^1.0.0"
  },
  "homepage": "https://github.com/balderdashy/sails-hook-sockets#readme",
  "keywords": [
    "socket.io",
    "sails.js",
    "sails-hook",
    "hook"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "sails-hook-sockets",
  "repository": {
    "type": "git",
    "url": "git://github.com/balderdashy/sails-hook-sockets.git"
  },
  "sails": {
    "isHook": true
  },
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha test/** --timeout 5000"
  },
  "version": "0.13.11"
}
