|
1 | 1 | {
|
2 | 2 | "name": "serverless-offline-python",
|
3 |
| - "version": "3.21.1", |
| 3 | + "version": "3.21.3", |
4 | 4 | "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
|
5 | 5 | "main": "src/index.js",
|
6 | 6 | "scripts": {
|
|
14 | 14 | "keywords": [
|
15 | 15 | "Serverless",
|
16 | 16 | "Amazon Web Services",
|
| 17 | + "Python", |
17 | 18 | "AWS",
|
18 | 19 | "Lambda",
|
19 | 20 | "API Gateway"
|
|
23 | 24 | "Bilal Soylu (https://github.com/Bilal-S)",
|
24 | 25 | "Leonardo Alifraco (https://github.com/leonardoalifraco)",
|
25 | 26 | "Michael Staub (https://github.com/mikestaub)",
|
26 |
| - "Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)" |
| 27 | + "Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)", |
| 28 | + "Abdullah Alhazmy <[email protected]> (https://github.com/alhazmy13)" |
27 | 29 | ],
|
28 | 30 | "contributors": [
|
29 | 31 | "Adam Sweeting (https://github.com/adamelliottsweeting)",
|
|
92 | 94 | "Utku Turunc (https://github.com/utkuturunc)",
|
93 | 95 | "Vasiliy Solovey (https://github.com/miltador)",
|
94 | 96 | "Daniel Cottone <[email protected]> (https://github.com/daniel-cottone)",
|
| 97 | + "Abdullah Alhazmy <[email protected]> (https://github.com/alhazmy13)", |
95 | 98 | "Jaryd Carolin (https://github.com/horyd)"
|
96 | 99 | ],
|
97 | 100 | "license": "MIT",
|
98 | 101 | "bugs": {
|
99 |
| - "url": "https://github.com/dherault/serverless-offline/issues" |
| 102 | + "url": "https://github.com/alhazmy13/serverless-offline-python/issues" |
100 | 103 | },
|
101 |
| - "homepage": "https://github.com/dherault/serverless-offline", |
| 104 | + "homepage": "https://github.com/alhazmy13/serverless-offline-python", |
102 | 105 | "dependencies": {
|
103 | 106 | "babel-register": "^6.18.0",
|
104 | 107 | "boom": "^4.2.0",
|
|
0 commit comments