-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
{
"name": "s3-dynamo-lambda",
"version": "1.0.0",
"description": "Example application demonstrating the use of Terraform and AWS Lambda with the Segment AWS S3 integration.",
"main": "segment.js",
"dependencies": {
"aws-sdk": "^2.1.42",
"waitgroup": "^1.1.0",
"date-math": "0.0.1",
"multipipe": "^0.1.2",
"split": "^1.0.0",
"through2": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/segmentio/s3-dynamo-lambda.git"
},
"keywords": [
"Lambda",
"Segment",
"S3",
"AWS",
"DynamoDB"
],
"author": "Calvin French-Owen, Chris Sperandio",
"license": "MIT",
"bugs": {
"url": "https://github.com/segmentio/s3-dynamo-lambda/issues"
},
"homepage": "https://github.com/segmentio/s3-dynamo-lambda#readme"
}