-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 771 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 771 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
{
"scripts": {
"coverage": "gulp coverage && xdg-open coverage.html || open coverage.html",
"test": "gulp"
},
"name": "outflux",
"version": "0.2.3",
"description": "Hapi plugin for sending metrics to InfluxDB.",
"author": "Jeff Jagoda <jeffrey.jagoda@gmail.com>",
"license": "MIT",
"keywords": [
"hapi",
"influxdb",
"metrics",
"plugin"
],
"main": "lib/outflux",
"dependencies": {
"joi": "^4.6.2",
"lodash": "^2.4.1",
"q": "^1.0.1",
"wreck": "^5.0.1"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-jscs": "^1.1.2",
"gulp-jshint": "^1.8.4",
"gulp-lab": "^1.0.0",
"hapi": "^6.8.1",
"jshint-stylish": "^0.4.0",
"lab": "^4.4.4",
"nock": "^0.47.0",
"sinon": "^1.10.3"
}
}