UNPKG

serverless-custom-buckets

Version:
37 lines (36 loc) 843 B
{ "name": "serverless-custom-buckets", "version": "1.0.2", "description": "Create and configure multiple custom s3 buckets", "main": "src/index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/DMKCode/serverless-custom-buckets.git" }, "keywords": [ "serverless", "serverless framework", "serverless plugin", "serverless plugins", "amazon web services", "plugin", "custom", "s3", "s3 bucket", "serverless bucket", "buckets" ], "author": "David Kananda", "license": "MIT", "bugs": { "url": "https://github.com/DMKCode/serverless-custom-buckets/issues" }, "homepage": "https://github.com/DMKCode/serverless-custom-buckets#readme", "devDependencies": { "jest": "^24.8.0", "serverless": "^1.44.1" } }