-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig-dart.json
32 lines (32 loc) · 1.01 KB
/
config-dart.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
{
"useEnumExtension": true,
"pubAuthor": "conekta",
"pubLibrary": "conekta",
"pubVersion": "6.0.6",
"pubName": "conekta",
"pubRepository": "https://www.github.com/conekta/conekta-dart",
"pubHomepage" : "https://www.github.com/conekta/conekta-dart",
"pubAuthorEmail": "[email protected]",
"pubDescription": "A simple Conekta API wrapper, that is meant to be used on the server.",
"serializationLibrary" : "built_value",
"templateDir": "/local/templates/dart",
"files" : {
"/local/CODE_OF_CONDUCT.md" : {},
"/local/AUTHORS.md" : {},
"/local/LICENSE" : {},
"/local/conekta.png" : {},
"/local/CONTRIBUTING.md" : {},
"utils.mustache" : {
"templateType": "SupportingFiles",
"destinationFilename": "utils.dart",
"folder": "lib/src/utils"
},
"VERSION.mustache" : {
"templateType": "SupportingFiles",
"destinationFilename": "VERSION"
}
},
"httpUserAgent": "Conekta/v2 DartBindings",
"gitUserId": "conekta",
"gitRepoId": "conekta-dart"
}