UNPKG

1.02 kBJSONView Raw
1{
2 "name": "hot-shots",
3 "description": "Node.js client for StatsD, DogStatsD, and Telegraf",
4 "version": "5.9.1",
5 "author": "Steve Ivy",
6 "types": "./types.d.ts",
7 "contributors": [
8 "Russ Bradberry <rbradberry@gmail.com>",
9 "Brian Deitte <bdeitte@gmail.com>",
10 "Mikhail Mazurskiy <mikhail.mazursky@gmail.com>"
11 ],
12 "keywords": [
13 "statsd",
14 "dogstatsd",
15 "datadog",
16 "metrics",
17 "telegraf"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/brightcove/hot-shots.git"
22 },
23 "bugs": {
24 "url": "https://github.com/brightcove/hot-shots/issues"
25 },
26 "directories": {
27 "lib": "./lib/"
28 },
29 "engines": {
30 "node": ">=0.8.0"
31 },
32 "scripts": {
33 "coverage": "nyc --reporter=lcov npm test",
34 "test": "mocha -R spec --timeout 5000 test/index.js",
35 "lint": "jshint lib/**.js test/**.js",
36 "pretest": "npm run lint"
37 },
38 "dependencies": {},
39 "devDependencies": {
40 "jshint": "2.x",
41 "mocha": "2.x",
42 "nyc": "11.x"
43 },
44 "license": "MIT"
45}