UNPKG

safelink

Version:

SafeLink is an open-source NodeJS library created to maintain long-term communication between distant remote sites with varying network quality

50 lines (49 loc) 1.25 kB
{ "name": "safelink-agent", "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" ], "main": "./main", "dependencies": { "async": "~0.2.9", "bunyan": "~0.21.4", "eventemitter3": "~0.1.1", "json3": "~3.3.0", "lodash": "~2.2.1", "q": "~0.9.6", "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" } }