UNPKG

serverless-api-stage

Version:

Serverless API Stage plugin, enables stage variables and logging for AWS API Gateway.

41 lines (40 loc) 1 kB
{ "name": "serverless-api-stage", "version": "1.4.0", "description": "Serverless API Stage plugin, enables stage variables and logging for AWS API Gateway.", "main": "src/index.js", "scripts": { "lint": "jshint src test", "test": "npm run lint && mocha test/spec/**.spec.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/leftclickben/serverless-api-stage.git" }, "keywords": [ "serverless", "api", "stage", "stage", "variable", "logging", "api", "gateway", "aws" ], "author": "Ben New <ben@leftclick.com.au>", "license": "MIT", "bugs": { "url": "https://github.com/leftclickben/serverless-api-stage/issues" }, "homepage": "https://github.com/leftclickben/serverless-api-stage#readme", "devDependencies": { "chai": "^4.1.2", "jshint": "^2.9.5", "mocha": "^5.2.0", "sinon": "^6.1.0" }, "dependencies": { "lodash": "^4.17.10" } }