{
  "name": "serverless-offline-python",
  "version": "3.22.3",
  "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
  "main": "src/index.js",
  "scripts": {
    "test": "mocha test",
    "lint": "eslint src/**/*.js test/**/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alhazmy13/serverless-offline-python.git"
  },
  "keywords": [
    "Serverless",
    "Amazon Web Services",
    "Python",
    "AWS",
    "Lambda",
    "Ruby",
    "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)",
    "Daniel Cottone <daniel.cottone@gmail.com> (https://github.com/daniel-cottone)",
    "Abdullah Alhazmy <me@alhazmy13.net> (https://github.com/alhazmy13)"
  ],
  "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)",
    "Ayush Gupta (https://github.com/AyushG3112)",
    "Ben Cooling (https://github.com/bencooling)",
    "Cameron Cooper (https://github.com/cameroncooper)",
    "Chris Trevino (https://github.com/darthtrevino)",
    "Christoph Gysin (https://github.com/christophgysin)",
    "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)",
    "Domas Lasauskas (https://github.com/domaslasauskas)",
    "Echo Nolan (https://github.com/enolan)",
    "Egor Kislitsyn (https://github.com/minibikini)",
    "Elliott Spira (https://github.com/em0ney)",
    "Ethan Moistner (https://github.com/emmoistner)",
    "Francisco Guimarães (https://github.com/franciscocpg)",
    "Gabriel Verdi (https://github.com/ansraliant)",
    "Garun Vagidov (https://github.com/garunski)",
    "Gert Jansen van Rensburg (https://github.com/gertjvr)",
    "Guillaume Carbonneau (https://github.com/guillaume)",
    "Jarda Snajdr (https://github.com/jsnajdr)",
    "Jeff Hall (https://github.com/electrikdevelopment)",
    "jgilbert01 (https://github.com/jgilbert01)",
    "John McKim (https://github.com/johncmckim)",
    "Jonas De Kegel (https://github.com/jlsjonas)",
    "Joost Farla (https://github.com/joostfarla)",
    "Joubert RedRat (https://github.com/joubertredrat)",
    "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)",
    "Mark Tse (https://github.com/neverendingqs)",
    "Martin Micunda (https://github.com/martinmicunda)",
    "Matt Hodgson (https://github.com/mhodgson)",
    "Matt Jonker (https://github.com/msjonker)",
    "Michael MacDonald (https://github.com/mjmac)",
    "Miso (Mike) Zmiric (https://github.com/mzmiric5)",
    "Niall Riordan (https://github.com/njriordan)",
    "Norimitsu Yamashita (https://github.com/nori3tsu)",
    "Oliv (https://github.com/obearn)",
    "Paul Esson (https://github.com/thepont)",
    "Paul Pasmanik (https://github.com/ppasmanik)",
    "Piotr Gasiorowski (https://github.com/WooDzu)",
    "polaris340 (https://github.com/polaris340)",
    "Ramon Emilio Savinon (https://github.com/vaberay)",
    "Rob Brazier (https://github.com/robbrazier)",
    "Russell Schick (https://github.com/rschick)",
    "Ryan Zhang (https://github.com/ryanzyy)",
    "Shaun (https://github.com/starsprung)",
    "Shine Li (https://github.com/shineli)",
    "Stefan Siegl (https://github.com/stesie)",
    "Stewart Gleadow (https://github.com/sgleadow)",
    "Thang Minh Vu (https://github.com/ittus)",
    "Tuan Minh Huynh (https://github.com/tuanmh)",
    "Utku Turunc (https://github.com/utkuturunc)",
    "Vasiliy Solovey (https://github.com/miltador)",
    "Daniel Cottone <daniel.cottone@gmail.com> (https://github.com/daniel-cottone)",
    "Abdullah Alhazmy <me@alhazmy13.net> (https://github.com/alhazmy13)",
    "Jaryd Carolin (https://github.com/horyd)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alhazmy13/serverless-offline-python/issues"
  },
  "homepage": "https://github.com/alhazmy13/serverless-offline-python",
  "dependencies": {
    "babel-register": "^6.18.0",
    "boom": "^4.2.0",
    "h2o2": "^5.4.0",
    "hapi": "14.2.0",
    "hapi-cors-headers": "^1.0.3",
    "js-string-escape": "^1.0.1",
    "jsonpath-plus": "^0.16.0",
    "jsonwebtoken": "^8.2.1",
    "lodash": "^4.17.20",
    "trim-newlines": "^2.0.0",
    "uuid": "^3.2.1",
    "velocityjs": "^0.9.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "dirty-chai": "^1.2.2",
    "eslint": "^3.16.1",
    "eslint-config-nelson": "^0.2.0",
    "eslint-plugin-import": "^2.11.0",
    "mocha": "^8.1.3",
    "sinon": "^1.17.7"
  }
}
