UNPKG

serverless-meta-sync

Version:

This plugin allows you to share your Serverless project's meta files via S3 bucket.

31 lines (30 loc) 802 B
{ "name": "serverless-meta-sync", "version": "0.1.0", "description": "This plugin allows you to share your Serverless project's meta files via S3 bucket.", "main": "lib/MetaSync.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/serverless/serverless-meta-sync.git" }, "keywords": [ "serverless", "plugin", "sync" ], "author": "Egor Kislitsyn <serverless.com>", "license": "ISC", "bugs": { "url": "https://github.com/serverless/serverless-meta-sync/issues" }, "homepage": "https://github.com/serverless/serverless-meta-sync#readme", "dependencies": { "bluebird": "^3.3.4", "chalk": "^1.1.1", "json-diff": "^0.3.1", "lodash": "^4.6.1" } }