-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf.example.json
63 lines (63 loc) · 1.56 KB
/
conf.example.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"package_name": "",
"package_version": "",
"package_uid":"{package_name}_{package_version}@{package_author_grup}.{package_author->author_nic}",
"package_author_group": "",
"package_author" : {
"author_name":"" ,
"author_surname":"",
"author_nic":"",
"author_link":"",
"author_other":""
},
"package_owners":[
{
"owner_name":"a" ,
"owner_surname":"",
"owner_nic":"",
"owner_link":"",
"owner_other":""
},
{
"owner_name":"" ,
"owner_surname":"",
"owner_nic":"",
"owner_link":"",
"owner_other":""
}
],
"package_copyright":"",
"package_licenseUrl":"",
"package_require_license_acceptance":false,
"package_websiteUrl":"",
"package_docUrl":"",
"package_node_extend":[
{
"node_ref":"",
"node_type":""
}
],
"package_release_note":"",
"package_description":"",
"package_iconUrl":"",
"package_tag":"",
"package_dependencies": [
{
"package_name":"",
"package_version":"",
"package_author" : {
"author_name":"" ,
"author_surname":"",
"author_nic":"",
"author_link":"",
"author_other":""
},
"node_name":"",
"node":{
"node_ref":"",
"node_type":""
}
}
],
"package_release_date":""
}