Files
serverless-offline/package.json
2018-02-28 20:45:10 -05:00

120 lines
4.7 KiB
JSON

{
"name": "serverless-offline",
"version": "3.18.0",
"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/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)",
"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)",
"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)",
"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)",
"Tuan Minh Huynh (https://github.com/tuanmh)",
"Utku Turunc (https://github.com/utkuturunc)",
"Vasiliy Solovey (https://github.com/miltador)",
"Daniel Cottone (https://github.com/daniel-cottone)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dherault/serverless-offline/issues"
},
"homepage": "https://github.com/dherault/serverless-offline",
"dependencies": {
"babel-register": "^6.18.0",
"boom": "^4.2.0",
"h2o2": "^5.4.0",
"hapi": "14.2.0",
"hapi-cors-headers": "^1.0.0",
"js-string-escape": "^1.0.1",
"jsonpath-plus": "^0.16.0",
"jsonwebtoken": "^7.4.3",
"lodash": "^4.17.4",
"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.2.0",
"mocha": "^3.2.0",
"sinon": "^1.17.7"
}
}