-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "serverless-package-python-functions",
"version": "0.7.0",
"description": "Serverless Framework plugin to package python functions and their requirements",
"main": "index.js",
"scripts": {},
"author": "Ubani Balogun",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.0",
"fs-extra": "^3.0.0",
"lodash": "^4.17.11",
"upath": "^1.1.0",
"readline-sync": "^1.4.10",
"zip-local": "^0.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubaniabalogun/serverless-package-python-functions.git"
},
"keywords": [
"serverless",
"serverless",
"framework",
"plugin",
"serverless",
"applications",
"aws",
"lambda",
"amazon",
"amazon",
"web",
"services",
"python",
"pip",
"requirements"
],
"bugs": {
"url": "https://github.com/ubaniabalogun/serverless-package-python-functions/issues"
},
"homepage": "https://github.com/ubaniabalogun/serverless-package-python-functions#readme"
}