UNPKG

tutu

Version:

A simple AWS Lambda and ApiGateway Deployer.

34 lines (33 loc) 709 B
{ "name": "tutu", "version": "2.0.0", "description": "A simple AWS Lambda and ApiGateway Deployer.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/pedroorez/tutu.git" }, "bin": { "tutu": "./bin/command" }, "keywords": [ "AWS", "Lambda", "ApiGateway", "Deployer" ], "author": "Pedro Correa", "license": "ISC", "bugs": { "url": "https://github.com/pedroorez/tutu/issues" }, "homepage": "https://github.com/pedroorez/tutu#readme", "dependencies": { "archiver": "^0.21.0", "aws-sdk": "^2.2.34", "fs-finder": "^1.8.1" } }