UNPKG

boomcatch

Version:

A standalone, node.js-based beacon receiver for boomerang.

60 lines (59 loc) 1.4 kB
{ "name": "boomcatch", "version": "3.2.7", "description": "A standalone, node.js-based beacon receiver for boomerang.", "homepage": "https://github.com/springernature/boomcatch", "bugs": "https://github.com/springernature/boomcatch/issues", "license": "GPL-3.0+", "author": "Springer Nature (https://github.com/springernature)", "main": "./src", "bin": { "boomcatch": "./src/cli.js" }, "repository": { "type": "git", "url": "https://github.com/springernature/boomcatch.git" }, "keywords": [ "boomerang", "kylie", "beacon", "server", "receiver", "forwarder", "mapper", "marshaller", "rum", "metric", "monitoring", "performance" ], "dependencies": { "check-types": "~3.2.0", "commander": "~2.9.0", "get-off-my-log": "~0.1.0", "handlebars": "~4.7.8", "qs": "~6.4.0", "request": "~2.88.2", "toobusy-js": "~0.5.1", "ua-parser-js": "0.7.40", "useragent": "~2.3.0", "uuid": "~3.0.1", "yamlparser": "~0.0.2" }, "optionalDependencies": { "ain2": "~2.0.0" }, "devDependencies": { "jshint": "~2.13.6", "mocha": "~3.0.2", "chai": "~3.0.0", "mockery": "~1.7.0", "spooks": "~2.0.0", "cheerio": "~0.22.0" }, "scripts": { "lint": "jshint src --config .jshintrc", "test": "mocha --ui tdd --reporter spec --recursive --colors test" } }