forked from awslabs/amazon-redshift-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 993 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
{
"name": "amazon-redshift-snapshot-manager",
"description": "An Amazon Redshift Database Snapshot Manager written in AWS Lambda",
"version": "1.2.0",
"homepage": "https://github.com/awslabs/amazon-redshift-utils/tree/master/src/SnapshotManager",
"bugs": {
"url": "http://github.com/awslabs/amazon-redshift-utils/issues",
"email": "[email protected]"
},
"dependencies": {
"async": "2.0.0-rc.5 ",
"moment": "2.13.0"
},
"keywords": [
"amazon",
"redshift",
"lambda"
],
"author": {
"name": "Ian Meyers",
"email": "[email protected]"
},
"main": "./snapshotManager.js",
"license" : "SEE LICENSE IN LICENSE.txt",
"files": [
"index.js",
"constants.js",
"snapshotManager.js",
"README.md",
"LICENSE.txt"
],
"repository": {
"type": "git",
"url": "http://github.com/awslabs/amazon-redshift-utils"
}
}