forked from thenickdude/snap-to-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.16 KB
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
{
"name": "snap-to-s3",
"version": "0.3.2",
"description": "Upload EBS snapshots to Amazon S3",
"repository": {
"type": "git",
"url": "git+https://github.com/thenickdude/snap-to-s3.git"
},
"main": "index.js",
"engines": {
"node": ">=6.0"
},
"bin": {
"snap-to-s3": "index.js"
},
"scripts": {
"test-amazon": "node test/amazon.js",
"test": "node test/local.js"
},
"author": "Nicholas Sherlock <n.sherlock@gmail.com>",
"license": "0BSD",
"dependencies": {
"aws-sdk": "^2.193.0",
"binary-split": "^1.0.3",
"clone": "^2.1.1",
"command-line-args": "^4.0.7",
"command-line-usage": "^4.1.0",
"csv-parse": "^1.2.0",
"deep-equal": "^1.0.1",
"filesize": "^3.5.9",
"gunzip-maybe": "^1.4.0",
"js-logger": "^1.3.0",
"mkdirp": "^0.5.1",
"moment": "^2.18.1",
"multipipe": "^1.0.2",
"object.values": "^1.0.4",
"progress": "https://github.com/thenickdude/node-progress#f901750478a76057b9271bda333dd1dcdd5406dd",
"rmdir": "^1.2.0",
"sprintf-js": "^1.1.0",
"tar-stream": "https://github.com/thenickdude/tar-stream#3160e7d60fe142f04e126b8b261248d023200e1b",
"which": "^1.2.14"
}
}