{
  "name": "safelink",
  "version": "0.11.3",
  "author": "Joel Grenon <jgrenon@vibes.io>",
  "description": "SafeLink is an open-source NodeJS library created to maintain long-term communication between distant remote sites with varying network quality",
  "repository": {
    "type": "git",
    "url": "https://github.com/jgrenon/safelink.git"
  },
  "keywords": [
    "messaging",
    "remoting",
    "command",
    "response",
    "events",
    "heartbeat",
    "long-polling",
    "websocket"
  ],
  "dependencies": {
    "async": "~0.2.9",
    "bunyan": "~0.21.4",
    "eventemitter3": "~0.1.1",
    "handlebars": "^2.0.0-alpha.2",
    "hiredis": "~0.1.15",
    "js-yaml": "~3.0.2",
    "json3": "~3.3.0",
    "lodash": "~2.2.1",
    "moment": "~2.1.0",
    "q": "~0.9.6",
    "redis": "~0.8.4",
    "request": "~2.27.0",
    "shortid": "~2.0.0",
    "underscore-query": "http://npm.vibes.io/package/underscore-query/latest",
    "ws": "~0.4.31"
  },
  "license": "Apache V2.0",
  "engines": {
    "node": ">=0.10.x"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "devDependencies": {
    "grunt": "^0.4.4",
    "grunt-contrib-clean": "^0.5.0",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.4.0",
    "heapdump": "~0.2.4",
    "http-proxy": "~0.10.4"
  }
}
