You've already forked serverless-offline
mirror of
https://github.com/encounter/serverless-offline.git
synced 2026-03-30 11:37:53 -07:00
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "serverless-offline",
|
|
"version": "2.8.4",
|
|
"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",
|
|
"APIG",
|
|
"API Gateway"
|
|
],
|
|
"author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)",
|
|
"contributors": [
|
|
"Michael Staub (https://github.com/mikestaub)",
|
|
"Bilal Soylu (https://github.com/Bilal-S)",
|
|
"John McKim (https://github.com/johncmckim)",
|
|
"Kiryl Yermakou (https://github.com/rma4ok)",
|
|
"Andrei Popovici (https://github.com/andreipopovici)",
|
|
"DJCrabhat (https://github.com/djcrabhat)",
|
|
"Martin Micunda (https://github.com/martinmicunda)",
|
|
"Andre Rabold (https://github.com/arabold)",
|
|
"Russell Schick (https://github.com/rschick)",
|
|
"Cameron Cooper (https://github.com/cameroncooper)",
|
|
"Piotr Gasiorowski (https://github.com/WooDzu)",
|
|
"Norimitsu Yamashita (https://github.com/nori3tsu)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dherault/serverless-offline/issues"
|
|
},
|
|
"homepage": "https://github.com/dherault/serverless-offline",
|
|
"dependencies": {
|
|
"babel-register": "^6.11.6",
|
|
"boom": "^3.2.2",
|
|
"coffee-script": "^1.10.0",
|
|
"hapi": "14.1.0",
|
|
"js-string-escape": "^1.0.1",
|
|
"jsonpath-plus": "^0.15.0",
|
|
"lodash.isplainobject": "^4.0.5",
|
|
"velocityjs": "^0.8.5"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^3.2.2",
|
|
"eslint-config-airbnb-base": "^5.0.1",
|
|
"eslint-plugin-import": "^1.12.0"
|
|
}
|
|
}
|