-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 811 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 811 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
{
"name": "pgexport-awslambda",
"version": "1.0.0",
"description": "Generic postgreSQL export lambda microservice.",
"main": "index.js",
"dependencies": {
"archiver": "^0.14.4",
"aws-sdk": "^2.18.0",
"csv-stringify": "0.0.8",
"pg-promise": "^1.0.7",
"q": "^1.3.0",
"request": "^2.55.0",
"underscore": "^1.8.3"
},
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tesera/pgexport-awslambda.git"
},
"keywords": [
"pgexport",
"aws",
"lambda"
],
"author": "Magda Kosior",
"license": "MIT",
"bugs": {
"url": "https://github.com/tesera/pgexport-awslambda/issues"
},
"homepage": "https://github.com/tesera/pgexport-awslambda",
"devDependencies": {
"node-env-file": "^0.1.7"
}
}