serverless-offline
Version:
Emulate AWS λ and API Gateway locally when developing your Serverless project
63 lines (62 loc) • 1.92 kB
JSON
{
"name": "serverless-offline",
"version": "3.2.0",
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
"main": "src/index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dherault/serverless-offline.git"
},
"keywords": [
"Serverless",
"Amazon Web Services",
"AWS",
"Lambda",
"API Gateway"
],
"author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)",
"maintainers": [
"Bilal Soylu (https://github.com/Bilal-S)"
],
"contributors": [
"Andre Rabold (https://github.com/arabold)",
"Andrei Popovici (https://github.com/andreipopovici)",
"Cameron Cooper (https://github.com/cameroncooper)",
"DJCrabhat (https://github.com/djcrabhat)",
"John McKim (https://github.com/johncmckim)",
"Kiryl Yermakou (https://github.com/rma4ok)",
"Leonardo Alifraco (https://github.com/leonardoalifraco)",
"Martin Micunda (https://github.com/martinmicunda)",
"Michael Staub (https://github.com/mikestaub)",
"Norimitsu Yamashita (https://github.com/nori3tsu)",
"Piotr Gasiorowski (https://github.com/WooDzu)",
"Russell Schick (https://github.com/rschick)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dherault/serverless-offline/issues"
},
"homepage": "https://github.com/dherault/serverless-offline",
"dependencies": {
"babel-register": "^6.18.0",
"boom": "^4.2.0",
"coffee-script": "^1.11.1",
"hapi": "15.2.0",
"js-string-escape": "^1.0.1",
"jsonpath-plus": "^0.15.0",
"lodash": "^4.16.4",
"velocityjs": "^0.9.0"
},
"devDependencies": {
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint": "^3.9.0",
"mocha": "^3.1.2",
"sinon": "^1.17.6"
}
}