forked from markitx/dynamo-backup-to-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 863 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-backup-to-s3",
"version": "0.1.5",
"author": "Dylan Lingelbach (https://github.com/dylanlingelbach)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/markitx/dynamo-backup-to-s3.git"
},
"keywords": [
"dynamo",
"dynamodb",
"backup",
"streaming",
"s3",
"stream"
],
"bin": {
"dynamo-backup-to-s3": "./bin/dynamo-backup-to-s3"
},
"dependencies": {
"async": "~0.9.x",
"aws-sdk": "~2.0.x",
"commander": "~2.5.x",
"moment": "~2.8.x",
"s3-streaming-upload": "~0.1.x",
"underscore": "~1.7.x"
},
"engines": {
"node": ">=0.8.8"
},
"bugs": {
"url": "https://github.com/markitx/dynamo-backup-to-s3/issues"
},
"devDependencies": {
"mocha": "1.8.x"
},
"scripts": {
"test": "NODE_ENV=test mocha --timeout 120000"
}
}