-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
41 lines (41 loc) · 918 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
39
40
41
{
"name": "dynamo-archive",
"version": "0.0.0",
"description": "Backup DynamoDB tables to JSON files",
"scripts": {
"test": "tape test/archive.test.js | faucet"
},
"dependencies": {
"aws-sdk": "2.814.x",
"dotenv": "0.5.x",
"minimist": "1.2.x",
"proxy-agent": "^2.0.0",
"sleep": "6.3.x"
},
"devDependencies": {
"tape": "~2.14.0",
"faucet": "0.0.x",
"dynalite": "3.2.x"
},
"bin": {
"dynamo-archive": "bin/dynamo-archive.js",
"dynamo-restore": "bin/dynamo-restore.js"
},
"repository": {
"type": "git",
"url": "git://github.com/yegor256/dynamo-archive.git"
},
"keywords": [
"AWS",
"DynamoDB",
"export",
"import",
"achive"
],
"author": "Yegor Bugayenko",
"license": "Apache",
"bugs": {
"url": "https://github.com/yegor256/dynamo-archive/issues"
},
"homepage": "https://github.com/yegor256/dynamo-archive"
}