forked from mirusresearch/firehoser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 895 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": "firehoser",
"version": "1.2.2",
"description": "A wrapper around AWS Kinesis Firehose with retry logic and custom queuing behavior.",
"main": "firehoser.js",
"scripts": {
"test": "mocha -c -b tests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mirusresearch/firehoser.git"
},
"keywords": [
"aws",
"kinesis",
"firehose",
"deliverystream"
],
"author": "Don Spaulding <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mirusresearch/firehoser/issues"
},
"homepage": "https://github.com/mirusresearch/firehoser#readme",
"dependencies": {
"async": "^2.0.0-rc.4",
"aws-sdk": "^2.3.10",
"jayschema": "^0.3.1",
"lodash": "^4.12.0",
"moment": "^2.13.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"mockery": "^1.7.0"
}
}