diff --git a/examples/3rd-party-oauth-login/package.json b/examples/3rd-party-oauth-login/package.json index 3754f9145..ed59d66fd 100644 --- a/examples/3rd-party-oauth-login/package.json +++ b/examples/3rd-party-oauth-login/package.json @@ -1,5 +1,6 @@ { "name": "3rd-party-oauth-login", + "description": "This app allows you to login to a 3rd party service (Slack) using OAuth (you will need to provide an OAuth URL). The app tracks if the user has logged in or not via localStorage.", "version": "0.1.0", "license": "MIT", "scripts": { diff --git a/examples/terms-modal-banner-dynamodb/package.json b/examples/terms-modal-banner-dynamodb/package.json new file mode 100644 index 000000000..60125b734 --- /dev/null +++ b/examples/terms-modal-banner-dynamodb/package.json @@ -0,0 +1,6 @@ +{ + "name": "terms-modal-banner-dynamodb", + "description": "This app uses DynamoDB and AWS Lambda functions to create a custom modal banner on your Miro boards that you can show to your users/attendees with any desired content and/or call to actions. It is typically used to accept terms and agreements before using a Miro board.", + "version": "0.1.0", + "license": "MIT" +} diff --git a/examples/terms-modal-banner-s3/package.json b/examples/terms-modal-banner-s3/package.json new file mode 100644 index 000000000..b74e10e5f --- /dev/null +++ b/examples/terms-modal-banner-s3/package.json @@ -0,0 +1,6 @@ +{ + "name": "terms-modal-banner-s3", + "description": "This app uses S3 and AWS Lambda functions to create a custom modal banner on your Miro boards that you can show to your users/attendees with any desired content and/or call to actions. It is typically used to accept terms and agreements before using a Miro board.", + "version": "0.1.0", + "license": "MIT" +}