forked from awslabs/kinesis-aggregation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (38 loc) · 1014 Bytes
/
package.json
File metadata and controls
40 lines (38 loc) · 1014 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
36
37
38
39
40
{
"name": "kinesis-aggregation",
"description": "Node.js module to simplify processing of Kinesis Records which are encoded with Google Protocol Buffers",
"version": "2.1.2",
"homepage": "http://github.com/awslabs/kinesis-aggregation",
"bugs": {
"url": "http://github.com/awslabs/kinesis-aggregation",
"email": "meyersi@amazon.com"
},
"dependencies": {
"async": "1.5.2",
"protobufjs": "5.0.1",
"aws-kinesis-agg": "2.2.2"
},
"keywords": [
"amazon",
"kinesis",
"lambda",
"aggregation"
],
"author": {
"name": "Ian Meyers",
"email": "meyersi@amazon.com"
},
"main": "./sample.js",
"files": [
"index.js",
"test.js",
"build.sh",
"README.md",
"LICENSE"
],
"license" : "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "http://github.com/awslabs/kinesis-aggregation"
}
}