hot-shots
Version:
Node.js client for StatsD, DogStatsD, and Telegraf
48 lines (47 loc) • 1.04 kB
JSON
{
"name": "hot-shots",
"description": "Node.js client for StatsD, DogStatsD, and Telegraf",
"version": "8.3.0",
"author": "Steve Ivy",
"types": "./types.d.ts",
"contributors": [
"Russ Bradberry <rbradberry@gmail.com>",
"Brian Deitte <bdeitte@gmail.com>"
],
"keywords": [
"statsd",
"dogstatsd",
"datadog",
"metrics",
"telegraf"
],
"repository": {
"type": "git",
"url": "git://github.com/brightcove/hot-shots.git"
},
"bugs": {
"url": "https://github.com/brightcove/hot-shots/issues"
},
"directories": {
"lib": "./lib/"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"coverage": "nyc --reporter=lcov --reporter=text npm test",
"test": "mocha -R spec --timeout 5000 test/*.js",
"lint": "eslint lib/**/*.js test/**/*.js",
"pretest": "npm run lint"
},
"optionalDependencies": {
"unix-dgram": "2.0.x"
},
"devDependencies": {
"eslint": "5.9.x",
"mocha": "6.2.x",
"nyc": "15.x"
},
"license": "MIT",
"dependencies": {}
}