-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.25 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
59
60
{
"name": "s3-bucket-toolkit",
"version": "0.0.17",
"description": "S3 Bucket Listing and Versioning removal made easy",
"main": "lib/bucket.js",
"scripts": {
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"test": "./node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cortezcristian/s3-bucket-toolkit.git"
},
"keywords": [
"S3",
"v2",
"AWS",
"bucket",
"amazon",
"version",
"versions",
"marker",
"markers",
"file",
"files",
"object",
"objects",
"list",
"upload",
"multiple",
"listObjectVersions",
"listObjectsV2",
"pagination",
"paged",
"recursion",
"recursively",
"ContinuationToken",
"NextContinuationToken",
"NextKeyMarker",
"NextVersionIdMarker",
"tool",
"kit",
"toolkit",
"remove",
"delete"
],
"author": "Cristian Cortez",
"license": "MIT",
"bugs": {
"url": "https://github.com/cortezcristian/s3-bucket-toolkit/issues"
},
"homepage": "https://github.com/cortezcristian/s3-bucket-toolkit#readme",
"dependencies": {
"aws-sdk": "^2.229.1",
"bluebird": "^3.5.1"
},
"devDependencies": {
"mocha": "^5.1.1"
}
}