{
  "name": "serverless-offline",
  "version": "2.3.1",
  "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",
    "Velocity"
  ],
  "author": "David Hérault <dherault@gmail.com> (https://github.com/dherault)",
  "contributors": [
    {
      "name": "Kiryl Yermakou",
      "email": "rma4ok@gmail.com",
      "url": "https://github.com/rma4ok"
    },
    {
      "name": "Andrei Popovici",
      "url": "https://github.com/andreipopovici"
    },
    {
      "name": "DJCrabhat",
      "url": "https://github.com/djcrabhat"
    },
    {
      "name": "Martin Micunda",
      "url": "https://github.com/martinmicunda"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dherault/serverless-offline/issues"
  },
  "homepage": "https://github.com/dherault/serverless-offline",
  "dependencies": {
    "babel-register": "^6.7.2",
    "coffee-script": "^1.10.0",
    "hapi": "^13.3.0",
    "js-string-escape": "^1.0.1",
    "jsonpath-plus": "^0.15.0",
    "lodash.isplainobject": "^4.0.4",
    "velocityjs": "^0.8.0"
  }
}
