UNPKG

serverless-oauth-scopes

Version:

serverless plugin to set oauth scopes on apigateway http methods

29 lines (28 loc) 714 B
{ "name": "serverless-oauth-scopes", "version": "1.0.2", "description": "serverless plugin to set oauth scopes on apigateway http methods", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/birdcatcher/serverless-oauth-scopes.git" }, "keywords": [ "oauth", "scopes", "api", "gateway" ], "author": "birdcatcher", "license": "Apache-2.0", "bugs": { "url": "https://github.com/birdcatcher/serverless-oauth-scopes/issues" }, "homepage": "https://github.com/birdcatcher/serverless-oauth-scopes#readme", "dependencies": { "aws-sdk": "^2.245.1" } }