-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 963 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
{
"name": "lambda-dynamodb-bigquery",
"version": "1.0.0",
"description": "AWS Lambda function for insert DynamoDB records to Google BigQuery",
"main": "DynamoDBBigQuery.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runtakun/lambda-dynamodb-bigquery.git"
},
"keywords": [
"dynamodb",
"bigquery",
"lambda"
],
"author": "runtakun <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/runtakun/lambda-dynamodb-bigquery/issues"
},
"homepage": "https://github.com/runtakun/lambda-dynamodb-bigquery#readme",
"dependencies": {
"jquery": "^2.1.1",
"dynamodb-marshaler": "^1.1.3",
"gcloud": "^0.30.3",
"lodash": "^3.10.1"
},
"devDependencies": {
"aws-sdk": "^2.1.44",
"grunt": "^0.4.5",
"grunt-aws-lambda": "^0.10.0"
},
"bundledDependencies": [
"jquery"
]
}