UNPKG

pr-ws-monitor

Version:
38 lines (37 loc) 863 B
{ "name": "pr-ws-monitor", "version": "0.2.4", "description": "Websockets monitoring", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec test/spec.js" }, "engines": { "node": ">=4.4.6", "npm": ">=3.9.6" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/partharamanujam/pr-ws-monitor.git" }, "keywords": [ "Websockets", "Connection", "Monitoring" ], "author": "Partha Ramanujam (parthasarathi.ramanujam@gmail.com)", "license": "MIT", "bugs": { "url": "https://gitlab.com/partharamanujam/pr-ws-monitor/issues" }, "homepage": "https://gitlab.com/partharamanujam/pr-ws-monitor#README", "peerDependencies": { "ws": "^1.1.1" }, "devDependencies": { "eslint": "^3.12.0", "jshint": "^2.9.1", "mocha": "^3.2.0", "ws": "^1.1.1" } }