forked from shevchenkos/DynamoDbBackUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 787 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": "dynamodb-backup-restore",
"version": "0.2.19",
"description": "NPM package for Backup and Restore AWS DynamoDB",
"homepage": "https://github.com/shevchenkos/DynamoDbBackUp",
"main": "index.js",
"author": "shevchenkos",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shevchenkos/DynamoDbBackUp"
},
"keywords": [
"gulp",
"javascript",
"nodejs",
"plugin",
"aws",
"lambda",
"dynamo",
"dynamodb",
"dynamodbstream",
"s3",
"restore",
"backup"
],
"dependencies": {
"lodash": "^4.13.1",
"node-zip": "^1.1.0",
"fs-extra": "^0.26.4"
},
"devDependencies": {
"aws-sdk": "^2.4.7",
"gulp-jasmine": "^2.4.0",
"yargs": "^4.6.0",
"gulp": "^3.9.1"
}
}