lambd
Version:
Create & mantain easily Google Cloud Functiosn and/or AWS Lambdas.
42 lines (41 loc) • 854 B
JSON
{
"name": "lambd",
"version": "0.2.15",
"description": "Create & mantain easily Google Cloud Functiosn and/or AWS Lambdas.",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fbadiola/lambd.git"
},
"keywords": [
"google",
"cloud",
"functions",
"lambd",
"aws",
"amazon",
"web",
"services",
"lambda",
"lambdas",
"api"
],
"author": "Federico Badiola <fbadiola@outlook.es>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fbadiola/lambd/issues"
},
"homepage": "https://github.com/fbadiola/lambd#readme",
"devDependencies": {
"chai": "^4.1.2",
"lambda-tester": "^3.1.0",
"mocha": "^4.0.1"
},
"dependencies": {
"path-match": "^1.2.4",
"path-to-regexp": "^2.1.0"
}
}