-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.json
45 lines (45 loc) · 971 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
42
43
44
45
{
"name": "dynamo-backup-to-s3",
"version": "0.6.1",
"author": "Dylan Lingelbach (https://github.com/dylanlingelbach)",
"license": "MIT",
"contributors": [
"Steven de Salas (https://github.com/sdesalas)"
],
"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": "^1.5.0",
"aws-sdk": "^2.2.21",
"commander": "^2.9.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"moment-range": "^2.0.3",
"s3-streaming-upload": "^0.2.1"
},
"engines": {
"node": ">=0.10.0"
},
"bugs": {
"url": "https://github.com/markitx/dynamo-backup-to-s3/issues"
},
"devDependencies": {
"mocha": "^2.3.4"
},
"scripts": {
"test": "NODE_ENV=test mocha --timeout 120000"
}
}