serverless-offline
Version:
Emulate AWS λ and API Gateway locally when developing your Serverless project
56 lines (55 loc) • 1.39 kB
JSON
{
"name": "serverless-offline",
"version": "2.3.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/dherault/serverless-offline.git"
},
"keywords": [
"Serverless",
"Lambda",
"Amazon Web Services",
"AWS",
"API Gateway",
"Velocity"
],
"author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)",
"contributors": [
{
"name": "Kiryl Yermakou",
"email": "rma4ok@gmail.com",
"url": "https://github.com/rma4ok"
},
{
"name": "Andrei Popovici",
"url": "https://github.com/andreipopovici"
},
{
"name": "DJCrabhat",
"url": "https://github.com/djcrabhat"
},
{
"name": "Martin Micunda",
"url": "https://github.com/martinmicunda"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dherault/serverless-offline/issues"
},
"homepage": "https://github.com/dherault/serverless-offline",
"dependencies": {
"babel-register": "^6.7.2",
"chalk": "^1.1.3",
"coffee-script": "^1.10.0",
"hapi": "^13.3.0",
"js-string-escape": "^1.0.1",
"jsonpath-plus": "^0.15.0",
"lodash.isplainobject": "^4.0.4",
"redux": "^3.4.0",
"velocityjs": "^0.7.5"
}
}