forked from kacole2/s3motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.19 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "s3motion",
"version": "0.1.2",
"description": "copy & move objects between s3 instances with CLI and REST",
"main": "s3motion.js",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.5",
"body-parser": "^1.11.0",
"chalk": "^0.5.1",
"commander": "^2.6.0",
"connect-timeout": "^1.5.0",
"express": "^4.11.2",
"optimist": "^0.6.1",
"osenv": "^0.1.0",
"progress": "^1.1.8",
"prompt": "^0.2.14",
"s3": "^4.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kacole2/s3motion.git"
},
"keywords": [
"s3",
"amazon",
"vipr",
"copy",
"move",
"kacole2",
"emc",
"transfer",
"motion",
"migrate",
"migration",
"object",
"file",
"riakcs",
"ceph",
"cleversafe",
"rest"
],
"author": "Kendrick Coleman",
"license": "Apache 2.0",
"preferGlobal": true,
"bin": {
"s3motion": "s3motion.js"
},
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/kacole2/s3motion/issues"
},
"homepage": "https://github.com/kacole2/s3motion"
}