Files
serverless-offline/package.json
2016-09-16 17:13:54 +02:00

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"
}
}