-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 987 Bytes
/
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
{
"name": "serverless-package-python-functions-demo",
"version": "1.0.0",
"description": "An example project for Serverless Package Python Functions Plugin",
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.0",
"fs-extra": "^3.0.0",
"lodash": "^4.17.4",
"serverless-package-python-functions": "^0.1.2",
"zip-dir": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ubaniabalogun/serverless-package-python-functions-demo.git"
},
"keywords": [
"serverless",
"serverless-package-python-functions",
"example",
"AWS",
"Lambda"
],
"author": "Ubani Balogun",
"license": "ISC",
"bugs": {
"url": "https://github.com/ubaniabalogun/serverless-package-python-functions-demo/issues"
},
"homepage": "https://github.com/ubaniabalogun/serverless-package-python-functions-demo#readme"
}