forked from tienskowl/AutoReport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.json
More file actions
46 lines (46 loc) · 944 Bytes
/
demo.json
File metadata and controls
46 lines (46 loc) · 944 Bytes
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
43
44
45
46
{
"serverless-cloud-function-application": {
"application": {
"Chinese": {
"name": "helloworld",
"description": "helloworld 空白模板函数",
"attention": "无",
"readme": {
"file": "",
"content": ""
},
"license": {
"file": "",
"content": "公开"
},
"author": {
"name": "腾讯云无服务器云函数团队"
}
},
"English": {
"name": "helloworld",
"description": "This is helloworld function",
"attention": "No",
"readme": {
"file": "",
"content": ""
},
"license": {
"file": "",
"content": "Open"
},
"author": {
"name": "Tencent Cloud Serverless Team"
}
},
"input_parameters": {},
"output_parameters": {},
"download_address": "https://github.com/tencentyun/scf-demo-repo/tree/master/Nodejs10.15-helloworld",
"tags": [
"Nodejs12.16",
"helloworld"
],
"version": "1.0.0"
}
}
}