You've already forked serverless-offline
mirror of
https://github.com/encounter/serverless-offline.git
synced 2026-03-30 11:37:53 -07:00
95 lines
3.5 KiB
JSON
95 lines
3.5 KiB
JSON
{
|
|
"name": "serverless-offline",
|
|
"version": "3.10.2",
|
|
"description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "cd test/aws-service && npm 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)",
|
|
"Leonardo Alifraco (https://github.com/leonardoalifraco)",
|
|
"Michael Staub (https://github.com/mikestaub)"
|
|
],
|
|
"contributors": [
|
|
"Adam Sweeting (https://github.com/adamelliottsweeting)",
|
|
"Adrien (https://github.com/AdrienGiboire)",
|
|
"Al Pal (https://github.com/againer)",
|
|
"allenhartwig (https://github.com/allenhartwig)",
|
|
"Andre Rabold (https://github.com/arabold)",
|
|
"Andrei Popovici (https://github.com/andreipopovici)",
|
|
"Anthony Liatsis (https://github.com/aliatsis)",
|
|
"Austen (https://github.com/ac360)",
|
|
"Cameron Cooper (https://github.com/cameroncooper)",
|
|
"Chris Trevino (https://github.com/darthtrevino)",
|
|
"Daniel Parker (https://github.com/rlgod)",
|
|
"Dave Sole (https://github.com/dsole)",
|
|
"David Bunker (https://github.com/dbunker)",
|
|
"demetriusnunes (https://github.com/demetriusnunes)",
|
|
"DJCrabhat (https://github.com/djcrabhat)",
|
|
"Egor Kislitsyn (https://github.com/minibikini)",
|
|
"Ethan Moistner (https://github.com/emmoistner)",
|
|
"Gabriel Verdi (https://github.com/ansraliant)",
|
|
"Gert Jansen van Rensburg (https://github.com/gertjvr)",
|
|
"Jarda Snajdr (https://github.com/jsnajdr)",
|
|
"jgilbert01 (https://github.com/jgilbert01)",
|
|
"John McKim (https://github.com/johncmckim)",
|
|
"Joost Farla (https://github.com/joostfarla)",
|
|
"Kaj Wiklund (https://github.com/kajwiklund)",
|
|
"Kiryl Yermakou (https://github.com/rma4ok)",
|
|
"Leonardo Alifraco (https://github.com/lalifraco-devspark)",
|
|
"Luke Chavers (https://github.com/vmadman)",
|
|
"Marc Campbell (https://github.com/marccampbell)",
|
|
"Martin Micunda (https://github.com/martinmicunda)",
|
|
"Matt Hodgson (https://github.com/mhodgson)",
|
|
"Matt Jonker (https://github.com/msjonker)",
|
|
"Norimitsu Yamashita (https://github.com/nori3tsu)",
|
|
"Oliv (https://github.com/obearn)",
|
|
"Paul Esson (https://github.com/thepont)",
|
|
"Piotr Gasiorowski (https://github.com/WooDzu)",
|
|
"polaris340 (https://github.com/polaris340)",
|
|
"Russell Schick (https://github.com/rschick)",
|
|
"Shaun (https://github.com/starsprung)",
|
|
"Shine Li (https://github.com/shineli)",
|
|
"Stefan Siegl (https://github.com/stesie)",
|
|
"Tuan Minh Huynh (https://github.com/tuanmh)",
|
|
"Utku Turunc (https://github.com/utkuturunc)",
|
|
"Vasiliy Solovey (https://github.com/miltador)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/dherault/serverless-offline/issues"
|
|
},
|
|
"homepage": "https://github.com/dherault/serverless-offline",
|
|
"dependencies": {
|
|
"hapi": "14.2.0",
|
|
"hapi-cors-headers": "^1.0.0",
|
|
"js-string-escape": "^1.0.1",
|
|
"jsonpath-plus": "^0.16.0",
|
|
"lodash": "^4.17.4",
|
|
"velocityjs": "^0.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.23.0",
|
|
"babel-preset-env": "^1.2.1",
|
|
"chai": "^3.5.0",
|
|
"eslint": "^3.16.1",
|
|
"eslint-config-nelson": "^0.2.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"mocha": "^3.2.0",
|
|
"request": "^2.81.0"
|
|
}
|
|
}
|