UNPKG

ping-pong

Version:

Low level and abstract KeepAlive-like structure.

39 lines (38 loc) 912 B
{ "name": "ping-pong", "version": "0.0.4", "description": "Low level and abstract KeepAlive-like structure.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha ./test --reporter spec", "dev": "./node_modules/.bin/mocha ./test --reporter spec --watch ", "test-debug": "DEBUG=ping-pong npm test" }, "repository": { "type": "git", "url": "git://github.com/jasonkuhrt/ping-pong.git" }, "keywords": [ "keep-alive", "KeepAlive", "ping-pong", "connection", "timer", "timeout", "interval", "pulse", "heartbeat" ], "author": "Jason Kuhrt <jasonkuhrt@me.com> (http://jasonkuhrt.com/)", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/jasonkuhrt/ping-pong/issues" }, "dependencies": { "debug": "~0.7.4", "jasonkuhrt-counter": "0.0.1" }, "devDependencies": { "mocha": "~1.17.1" } }