-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 996 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
{
"name": "good-kinesis-reporter",
"version": "0.2.1",
"description": "Kinesis (and Kinesis Firehose) broadcasting for Good process monitor",
"main": "src/index.js",
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vvondra/good-kinesis-reporter.git"
},
"keywords": [
"good",
"hapi",
"kinesis",
"kinesis-firehose"
],
"author": "Vojtech Vondra",
"license": "MIT",
"bugs": {
"url": "https://github.com/vvondra/good-kinesis-reporter/issues"
},
"homepage": "https://github.com/vvondra/good-kinesis-reporter#readme",
"dependencies": {
"aws-sdk": "^2.263.1",
"fast-safe-stringify": "^2.0.4"
},
"engines": {
"node": ">=8"
},
"devDependencies": {
"aws-sdk-mock": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.12.0",
"mocha": "^5.2.0",
"sinon": "^6.0.0",
"streamtest": "^1.2.4"
}
}