forked from thenickdude/snap-to-s3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
{
"name": "snap-to-s3",
"version": "0.4.3",
"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.532.0",
"binary-split": "^1.0.5",
"clone": "^2.1.2",
"command-line-args": "^5.1.1",
"command-line-usage": "^5.0.5",
"csv-parse": "^4.4.6",
"deep-equal": "^1.1.0",
"filesize": "^4.2.0",
"gunzip-maybe": "^1.4.1",
"js-logger": "^1.6.0",
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"multipipe": "^3.0.1",
"object.values": "^1.1.0",
"progress": "git+/~https://github.com/thenickdude/node-progress.git#f901750478a76057b9271bda333dd1dcdd5406dd",
"rmdir": "^1.2.0",
"sprintf-js": "^1.1.2",
"tar-stream": "git+/~https://github.com/thenickdude/tar-stream.git#3160e7d60fe142f04e126b8b261248d023200e1b",
"which": "^1.3.1"
}
}