-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 838 Bytes
/
package.json
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
{
"name": "hapi-datadog",
"description": "Hapi process monitor which reports to datadog",
"license": "MIT",
"author": "Josiah <[email protected]> (https://github.com/Josiah)",
"homepage": "https://github.com/Josiah/hapi-datadog",
"bugs": "https://github.com/Josiah/hapi-datadog/issues",
"repository": {
"type": "git",
"url": "https://github.com/Josiah/hapi-datadog.git"
},
"version": "0.0.3",
"keywords": [
"hapi",
"plugin",
"datadog",
"statsd"
],
"main": "lib/plugin",
"directories": [
"lib"
],
"peerDependencies": {
"node-dogstatsd": "0.0.5",
"hapi": "^8.0.0"
},
"devDependencies": {
"code": "^1.2.1",
"lab": "^5.0.3",
"proxyquire": "^1.1.0",
"sinon": "^1.12.1"
},
"scripts": {
"prepublish": "lab -ct 100",
"test": "lab -vct 100"
}
}