forked from krakenjs/good-influxdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1009 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
38
39
40
41
42
43
{
"name": "good-influxdb",
"version": "2.1.0",
"description": "An InfluxDB good reporter.",
"main": "index.js",
"dependencies": {
"fastpath": "^0.1.0",
"good-reporter": "^2.0.0",
"hoek": "^2.5.1",
"json-stringify-safe": "^5.0.0",
"wreck": "^5.0.1"
},
"devDependencies": {
"eslint": "^0.8.2",
"hapi": "^7.0.0",
"lab": "^4.6.2"
},
"scripts": {
"test": "lab",
"cover": "lab -t 100 -r html -o coverage.html",
"lint": "eslint index.js lib/*.js",
"dryrun": "(TARBALL=`npm pack` ; tar ztvf $TARBALL ; rm -f $TARBALL)"
},
"keywords": [
"hapijs",
"good",
"influxdb",
"reporter"
],
"author": "Erik Toth <totherik@gmail.com>",
"license": "ISC",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/totherik/good-influxdb.git"
},
"bugs": {
"url": "https://github.com/totherik/good-influxdb/issues"
},
"homepage": "https://github.com/totherik/good-influxdb"
}