forked from cfchou/serverless-python-individually
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 842 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
35
36
37
38
39
40
41
{
"name": "serverless-python-individually",
"version": "0.1.6",
"engines": {
"node": ">=4.0"
},
"description": "Serverless Python Packaging Plugin",
"author": "Chifeng Chou",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cfchou/serverless-python-individually"
},
"keywords": [
"serverless",
"serverless framework plugin",
"serverless applications",
"serverless plugins",
"aws lambda",
"amazon",
"amazon web services",
"python",
"docker-lambda",
"serverless.com"
],
"files": [
"index.js",
"package.json",
"README.md",
"requirements.py"
],
"main": "index.js",
"bin": {},
"scripts": {},
"devDependencies": {},
"dependencies": {
"bluebird": "^3.0.6",
"fs-extra": "^0.26.7",
"lodash": "^4.13.1"
}
}