forked from julsdelatierra/conekta-python
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathconfig-python.json
29 lines (29 loc) · 1000 Bytes
/
config-python.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
{
"packageName": "conekta",
"developerEmail": "core@conekta.com",
"developerName": "Conekta API Core Team",
"developerOrganization": "Grupo Conektame, S.A. de C.V",
"developerOrganizationUrl": "https://www.conekta.com",
"licenseName": "MIT License",
"licenseUrl": "https://www.opensource.org/licenses/mit-license.php",
"generateSourceCodeOnly": "false",
"packageVersion": "6.0.4",
"packageUrl": "/~https://github.com/conekta/conekta-python",
"projectName": "conekta",
"templateDir": "/local/templates/python",
"hasBearerMethods" : true,
"useOneOfDiscriminatorLookup" : true,
"nonCompliantUseDiscriminatorIfCompositionFails" : false,
"httpUserAgent": "Conekta/v2 PythonBindings/6.0.4",
"files": {
"/local/AUTHORS.md" : {},
"/local/CODE_OF_CONDUCT.md": {},
"/local/LICENSE" : {},
"VERSION.mustache" : {
"templateType": "SupportingFiles",
"destinationFilename": "VERSION"
}
},
"gitUserId": "conekta",
"gitRepoId": "conekta-python"
}