forked from bdeitte/hot-shots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 920 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "hot-shots",
"description": "Node.js client for StatsD, DogStatsD, and Telegraf",
"version": "4.3.1",
"author": "Steve Ivy",
"contributors": [
"Russ Bradberry <rbradberry@gmail.com>",
"Brian Deitte <bdeitte@gmail.com>",
"Mikhail Mazurskiy <mikhail.mazursky@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": ">=0.8.0"
},
"scripts": {
"test": "mocha -R spec",
"lint": "jshint lib/**.js test/**.js",
"pretest": "npm run lint"
},
"dependencies": {},
"devDependencies": {
"jshint": "2.x",
"mocha": "2.x",
"sinon": "^1.17.7"
},
"license": "MIT"
}